From b096208dd58a09983951b8e4a1f3b721d6f9c00e Mon Sep 17 00:00:00 2001 From: root Date: Fri, 20 Feb 2026 06:10:33 +0000 Subject: [PATCH] Update src/main.ts --- src/main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,