You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 18, 2024. It is now read-only.
Desarrollar el endpoint GET /event/:id que retorne la información completa de un evento específico a partir de su ID.
Implementar el metodo GET en el endpoint /events/:id que retorne la información completa de un evento específico a partir de su ID para el renderizado del evento en el Front.
Los datos a retornar de cada evento son los siguientes:
id, name, type, description, date, time, amount, location
The text was updated successfully, but these errors were encountered:
DEV-AusA
changed the title
Crear endpoint para obtener detalles de un evento específico
Implementar metodo GET retornando un evento por ID #2
Sep 14, 2024
DEV-AusA
changed the title
Implementar metodo GET retornando un evento por ID #2
Implementar metodo GET retornando un evento por ID
Sep 14, 2024
Desarrollar el endpoint GET /event/:id que retorne la información completa de un evento específico a partir de su ID.
Los datos a retornar de cada evento son los siguientes:
id, name, type, description, date, time, amount, location
The text was updated successfully, but these errors were encountered: