refactor: 移除user控制器无用引入
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user