Refactor authentication and carousel services; enhance error handling and validation

This commit is contained in:
jorgemike
2025-05-13 19:42:36 -06:00
parent d6a63dae13
commit 6fe658f668
7 changed files with 131 additions and 37 deletions
+1 -1
View File
@@ -59,7 +59,7 @@ export class EventosController {
this.eventoService.exportarParticipantes(id, res)
}
@Post('disponibles')
@Get('disponibles')
getEventosDisponibles (){
return this.eventoService.getEventosDisponibles()
}