.
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
|
||||
routes.delete(
|
||||
"web/inscriptions/:id",
|
||||
routes.delete("/web/inscriptions/:id",
|
||||
isAPIKeyUser,
|
||||
eventInscriptionController.deleteInscription
|
||||
);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user