removed auth from user routes

This commit is contained in:
rodrigo.zamboni
2022-01-28 09:48:09 -03:00
parent a824a8768b
commit 63c9c8195b
2 changed files with 1 additions and 2 deletions
@@ -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
View File
File diff suppressed because one or more lines are too long