This commit is contained in:
David Arranz 2025-01-15 11:00:00 +01:00
parent 8445cac5c8
commit c7c5fdf7df

View File

@ -227,7 +227,7 @@ routes.get(
routes.get(
"/web/reservations/code/:reservation_code",
// isAPIKeyUser,
eventReservationController.ReservationFromCode
eventReservationController.getReservationFromCode
);