From 6ae19ece90d3c14396807cfda919fa4a0ed4f98e Mon Sep 17 00:00:00 2001 From: Marcel <65048232+dromzeh@users.noreply.github.com> Date: Thu, 9 May 2024 16:21:56 +0100 Subject: [PATCH] lmao --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index 7fd646e..6ca0601 100644 --- a/src/index.ts +++ b/src/index.ts @@ -19,7 +19,7 @@ app.use( "*", cors({ // todo(dromzeh): this should be set dependant on ENV, PROD or DEV w/ next() for context - origin: "http://localhost:3000", + origin: "https://staging.wanderer.moe/", credentials: true, }) )