chore: anvil.it.com → inouter.com
Some checks failed
TypeScript CI / build (push) Has been cancelled

This commit is contained in:
2026-03-27 16:16:25 +00:00
parent 1afcff76f4
commit f1f9b3028e

View File

@@ -20,7 +20,7 @@ const dashboardRouter = new Hono<{ Bindings: Env }>();
// CORS for dashboard domains // CORS for dashboard domains
dashboardRouter.use('*', cors({ dashboardRouter.use('*', cors({
origin: [ origin: [
'https://my.anvil.it.com', 'https://my.inouter.com',
'https://my-anvil-dashboard.pages.dev', 'https://my-anvil-dashboard.pages.dev',
/\.my-anvil-dashboard\.pages\.dev$/, // Preview deployments /\.my-anvil-dashboard\.pages\.dev$/, // Preview deployments
'http://localhost:8788', 'http://localhost:8788',