Update src/main.ts
All checks were successful
Deploy Production / deploy (push) Successful in 1m49s

This commit is contained in:
root 2026-02-20 06:10:33 +00:00
parent 2d8a1f9997
commit b096208dd5

View File

@ -7,7 +7,7 @@ import { AppModule } from "./app.module";
async function bootstrap() { async function bootstrap() {
const app = await NestFactory.create(AppModule); 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({ app.enableCors({
origin: corsOrigins, origin: corsOrigins,