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