refactor: 移除user控制器无用引入

This commit is contained in:
2025-12-18 13:50:42 +08:00
parent 5fb106ec26
commit 91bc9c86fd

View File

@@ -8,7 +8,6 @@ import { AuthGuard } from 'src/auth/guards/auth.guard';
export class UserController {
constructor(
private readonly userService: UserService,
private readonly authService: AuthService,
) { }
@UseGuards(AuthGuard)