Merge branch 'rome/release/2024-01-26' into rome/test

This commit is contained in:
Patrick Fic
2024-01-29 12:56:27 -08:00

View File

@@ -8,8 +8,8 @@ router.use(validateFirebaseIdTokenMiddleware);
router.use(withUserGraphQLClientMiddleware);
router.post("/calculatelabor", payroll.calculatelabor);
router.post("payall", payroll.payall);
router.post("claimtask", payroll.claimtask);
router.post("/payall", payroll.payall);
router.post("/claimtask", payroll.claimtask);
module.exports = router;