Skip to content

Commit

Permalink
lmao
Browse files Browse the repository at this point in the history
  • Loading branch information
dromzeh committed May 9, 2024
1 parent 43ef7ca commit 6ae19ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
})
)
Expand Down

0 comments on commit 6ae19ec

Please sign in to comment.