add review and booking policies

This commit is contained in:
root
2026-05-25 18:29:05 -04:00
parent 8ed572b3bd
commit 0d969ab095
37 changed files with 3775 additions and 113 deletions
@@ -30,6 +30,10 @@ publicRouter.get('/providers', (_req, res) => {
ok(res, service.getProviders())
})
publicRouter.get('/features', (_req, res, next) => {
service.getPlanFeatures().then((d) => ok(res, d)).catch(next)
})
// ─── Webhooks (no auth) ────────────────────────────────────────
webhookRouter.post('/webhooks/amanpay', async (req, res, next) => {