This commit is contained in:
Matthias Hochmeister
2026-03-26 14:22:35 +01:00
parent 3c95b7506b
commit c29b21f714
9 changed files with 400 additions and 103 deletions

View File

@@ -102,7 +102,7 @@ router.delete(
router.patch(
'/:id/status',
authenticate,
requirePermission('bestellungen:manage_orders'),
requirePermission('bestellungen:create'),
bestellungController.updateStatus.bind(bestellungController)
);