mirror of
https://github.com/docmost/docmost.git
synced 2026-07-12 06:54:43 +10:00
workspace - wip
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user