workspace - wip

This commit is contained in:
Philipinho
2023-08-07 18:16:51 +01:00
parent 021a99e716
commit fe7c3ede01
25 changed files with 370 additions and 9464 deletions
+1
View File
@@ -19,6 +19,7 @@ export class AuthController {
return await this.authService.login(loginInput);
}
@HttpCode(HttpStatus.OK)
@Post('register')
async register(@Body() createUserDto: CreateUserDto) {
return await this.authService.register(createUserDto);