mirror of
https://github.com/hwanny1128/HGZero.git
synced 2026-06-13 07:09:09 +00:00
fix: user api path (ingress)
This commit is contained in:
@@ -20,7 +20,7 @@ import org.springframework.web.bind.annotation.*;
|
||||
*/
|
||||
@Slf4j
|
||||
@RestController
|
||||
@RequestMapping("/api/v1/auth")
|
||||
@RequestMapping("/api/auth")
|
||||
@RequiredArgsConstructor
|
||||
@Tag(name = "User Authentication", description = "사용자 인증 API")
|
||||
public class UserController {
|
||||
|
||||
Reference in New Issue
Block a user