统一接口前缀

This commit is contained in:
zjw
2026-04-15 10:46:57 +08:00
parent 5d5308cf57
commit 9fd8971732
26 changed files with 153 additions and 148 deletions

View File

@@ -23,7 +23,7 @@ import org.springframework.web.bind.annotation.*;
*/
@Tag(name = "认证管理", description = "登录、退出和当前用户信息")
@RestController
@RequestMapping("/api/auth")
@RequestMapping("/label/api/auth")
@RequiredArgsConstructor
public class AuthController {