Refactor authentication and carousel services; enhance error handling and validation
This commit is contained in:
@@ -59,7 +59,7 @@ export class EventosController {
|
||||
this.eventoService.exportarParticipantes(id, res)
|
||||
}
|
||||
|
||||
@Post('disponibles')
|
||||
@Get('disponibles')
|
||||
getEventosDisponibles (){
|
||||
return this.eventoService.getEventosDisponibles()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user