.
This commit is contained in:
parent
91c7db6a97
commit
2737c82ecd
@ -440,7 +440,9 @@ routes.get(
|
|||||||
);
|
);
|
||||||
|
|
||||||
// Comprobar si estoy inscrito al congreso por la web
|
// Comprobar si estoy inscrito al congreso por la web
|
||||||
routes.get("/web/events/:id/inscriptions/:email", eventInscriptionController.checkInscriptionByMail);
|
routes.get("/web/events/:id/inscriptions/:email",
|
||||||
|
isAPIKeyUser,
|
||||||
|
eventInscriptionController.checkInscriptionByMail);
|
||||||
|
|
||||||
|
|
||||||
module.exports = routes;
|
module.exports = routes;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user