.
This commit is contained in:
parent
1886dc3be3
commit
729e5032a7
@ -440,7 +440,8 @@ routes.get(
|
||||
);
|
||||
|
||||
// Comprobar si estoy inscrito al congreso por la web
|
||||
routes.get("/web/events/:id/inscriptions/:email",
|
||||
routes.get(
|
||||
"/web/events/:id/inscriptions/:email",
|
||||
isAPIKeyUser,
|
||||
eventInscriptionController.checkInscriptionByMail);
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user