This commit is contained in:
David Arranz 2024-09-04 12:32:15 +02:00
parent 1886dc3be3
commit 729e5032a7

View File

@ -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);