This commit is contained in:
David Arranz 2024-11-07 19:01:56 +01:00
parent d4e92fa812
commit 7fdc272b37

View File

@ -419,7 +419,7 @@ routes.get("/web/inscriptions/:id", isAPIKeyUser,
"code_ticket_qr",
],
};
return eventInscriptionController.getInscription()(req, res, next);
return eventInscriptionController.getInscription(req, res, next);
}
);
/**