corregido test en la api
This commit is contained in:
@@ -7,6 +7,7 @@ import { SingUpUserDto } from '@/features/auth/dto/signUp-user.dto';
|
||||
import {
|
||||
Body,
|
||||
Controller,
|
||||
Get,
|
||||
HttpCode,
|
||||
Patch,
|
||||
Post,
|
||||
@@ -58,7 +59,7 @@ export class AuthController {
|
||||
|
||||
@Public()
|
||||
@HttpCode(200)
|
||||
@Post('test')
|
||||
@Get('test')
|
||||
async test() {
|
||||
return 'aplication test success';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user