mirror of
https://github.com/dadosfera/maestro.git
synced 2026-08-31 19:58:21 +00:00
removed auth from user routes
This commit is contained in:
@@ -10,7 +10,6 @@ import { UserConfirmationDTO } from './dto/userConfirmation.dto';
|
||||
import { ResendCodeDTO } from './dto/resendCode.dto';
|
||||
|
||||
@ApiTags('Users')
|
||||
@ApiBearerAuth()
|
||||
@Controller('user')
|
||||
export class RestUserController {
|
||||
constructor(private readonly restUserService: RestUserService) {}
|
||||
|
||||
+1
-1
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user