diff --git a/src/main.ts b/src/main.ts index 9ee9dff..c167453 100644 --- a/src/main.ts +++ b/src/main.ts @@ -7,7 +7,7 @@ import { AppModule } from "./app.module"; async function bootstrap() { const app = await NestFactory.create(AppModule); - const corsOrigins = ["http://localhost:3000", "https://altricade.github.io"]; + const corsOrigins = ["http://localhost:3000", "https://altricade.github.io", "https://altricade.is-a.dev"]; app.enableCors({ origin: corsOrigins,