增加医院电话api

This commit is contained in:
lik
2026-05-31 12:49:23 +08:00
parent d306d9c344
commit 2aea97d13b
5 changed files with 315 additions and 186 deletions

View File

@@ -26,6 +26,7 @@ function registerRoutes(app) {
router.get("/service", handlerResource.getServices.bind(handlerResource));
router.get("/agreement", handlerResource.getAgreement.bind(handlerResource));
router.get("/hospital-contact", handlerResource.getHospitalContact.bind(handlerResource));
app.use(router.routes());
app.use(router.allowedMethods());