.
This commit is contained in:
parent
e6e91fdbd8
commit
b257417cf7
@ -225,7 +225,7 @@ routes.get(
|
|||||||
);
|
);
|
||||||
|
|
||||||
routes.get(
|
routes.get(
|
||||||
"/web/reservations/code/:code",
|
"/web/reservations/code/:reservation_code",
|
||||||
// isAdministratorUser,
|
// isAdministratorUser,
|
||||||
//SchemaValidator(eventValidation.ReservationInputType, true),
|
//SchemaValidator(eventValidation.ReservationInputType, true),
|
||||||
(req, res, next) => {
|
(req, res, next) => {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user