Poder consultar inscripcion via web
This commit is contained in:
parent
e9387eec1b
commit
a789e7cafc
@ -406,6 +406,8 @@ routes.post(
|
||||
// Comprobar si estoy inscrito al congreso por la web
|
||||
routes.get("/web/events/:id/inscriptions/:email", isAPIKeyUser, eventInscriptionController.checkInscriptionByMail);
|
||||
|
||||
// Esto da la inscripción de un usuario
|
||||
routes.get("/web/inscriptions/:id", isAPIKeyUser, eventInscriptionController.getInscription);
|
||||
/**
|
||||
*
|
||||
* @api {delete} /api/v4/web/inscriptions/:id Eliminar inscripcion (DeleteInscription)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user