.
This commit is contained in:
parent
1331935b00
commit
65506a4996
@ -224,6 +224,19 @@ routes.get(
|
|||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
|
routes.get(
|
||||||
|
"/api/v4/web/reservations/code/:code",
|
||||||
|
// isAdministratorUser,
|
||||||
|
//SchemaValidator(eventValidation.ReservationInputType, true),
|
||||||
|
(req, res, next) => {
|
||||||
|
return eventReservationController.findOne({
|
||||||
|
scopes: ["includeEvent", ],
|
||||||
|
})(req, res, next);
|
||||||
|
}
|
||||||
|
);
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @api {get} /api/v4/web/events/:eventId/reservations/:encodedCode Verificar Código de Invitación (CheckInvitationCode)
|
* @api {get} /api/v4/web/events/:eventId/reservations/:encodedCode Verificar Código de Invitación (CheckInvitationCode)
|
||||||
* @apiName CheckInvitationCode
|
* @apiName CheckInvitationCode
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user