refactor: 移除user控制器无用引入
This commit is contained in:
@@ -8,7 +8,6 @@ import { AuthGuard } from 'src/auth/guards/auth.guard';
|
|||||||
export class UserController {
|
export class UserController {
|
||||||
constructor(
|
constructor(
|
||||||
private readonly userService: UserService,
|
private readonly userService: UserService,
|
||||||
private readonly authService: AuthService,
|
|
||||||
) { }
|
) { }
|
||||||
|
|
||||||
@UseGuards(AuthGuard)
|
@UseGuards(AuthGuard)
|
||||||
|
|||||||
Reference in New Issue
Block a user