This commit is contained in:
lik
2026-05-29 19:57:42 +08:00
parent 9b29b3f074
commit 0cea5c6948
4 changed files with 184 additions and 5 deletions

View File

@@ -25,6 +25,7 @@ function registerRoutes(app) {
router.patch("/escort-record/:id/status", handlerEscortRecord.updateStatus.bind(handlerEscortRecord));
router.get("/service", handlerResource.getServices.bind(handlerResource));
router.get("/agreement", handlerResource.getAgreement.bind(handlerResource));
app.use(router.routes());
app.use(router.allowedMethods());