完成后端登录dto验证
This commit is contained in:
4
tone-page-server/src/user/user.controller.ts
Normal file
4
tone-page-server/src/user/user.controller.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
import { Controller } from '@nestjs/common';
|
||||
|
||||
@Controller('user')
|
||||
export class UserController {}
|
||||
Reference in New Issue
Block a user