mirror of
https://github.com/MrSedan/neuro-reply-website.git
synced 2026-01-15 21:19:42 +03:00
fix: prettier)
This commit is contained in:
@@ -30,7 +30,6 @@ export class AuthController {
|
||||
@ApiOperation({
|
||||
description: "Register into system",
|
||||
})
|
||||
@HttpCode(HttpStatus.CREATED)
|
||||
@Post("register")
|
||||
register(@Body() signInDto: LoginDto) {
|
||||
return this.authService.register(signInDto.username, signInDto.password);
|
||||
|
||||
Reference in New Issue
Block a user