A DEFINIR: Listar los grupos deberia de tener auth? #13

Closed
opened 2024-11-23 19:43:15 -03:00 by fede · 1 comment
Owner

deberia tener auth esto?

    [HttpGet("api/admin/grupos")]
    public IActionResult ListarGrupo(){
        return Ok(RepositorioGrupos.Singleton.Listar());
    }
deberia tener auth esto? ```csharp [HttpGet("api/admin/grupos")] public IActionResult ListarGrupo(){ return Ok(RepositorioGrupos.Singleton.Listar()); } ```
fede added the
Status
Need More Info
Priority
Low
labels 2024-11-23 19:43:15 -03:00
Author
Owner

creo que elimine esto del codigo

creo que elimine esto del codigo
fede closed this issue 2024-11-24 22:56:08 -03:00
fede added this to the tablero project 2025-10-08 09:20:06 -03:00
fede moved this to Done in tablero on 2025-10-08 09:21:02 -03:00
Sign in to join this conversation.