fix: user api path (ingress)

This commit is contained in:
djeon
2025-10-27 15:47:14 +09:00
parent 0b901d5e7f
commit ce20f5aa0c
2 changed files with 400 additions and 1 deletions
@@ -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 {