S10
This commit is contained in:
@@ -25,7 +25,7 @@ export class AuthController {
|
||||
async signIn(@Body() data: registerDto) {
|
||||
return this.authService.signIn(data);
|
||||
}
|
||||
|
||||
//@UseGuards()
|
||||
@Post("register")
|
||||
async register(@Body() data: registerDto){
|
||||
return this.authService.register(data)
|
||||
|
||||
Reference in New Issue
Block a user