.
This commit is contained in:
parent
ca702f93ea
commit
074e5803b9
@ -427,8 +427,7 @@ routes.get("/web/events/:id/inscriptions/:email", isAPIKeyUser, eventInscription
|
|||||||
* }
|
* }
|
||||||
*/
|
*/
|
||||||
// Borrar una inscripción
|
// Borrar una inscripción
|
||||||
routes.delete(
|
routes.delete("/web/inscriptions/:id",
|
||||||
"web/inscriptions/:id",
|
|
||||||
isAPIKeyUser,
|
isAPIKeyUser,
|
||||||
eventInscriptionController.deleteInscription
|
eventInscriptionController.deleteInscription
|
||||||
);
|
);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user