feat(sprint1-step2): core economy TS + useEconomy hook (lazy calc) + 13 tests vitest
This commit is contained in:
@@ -30,10 +30,10 @@ const cors = require("cors");
|
||||
app.use(
|
||||
cors({
|
||||
origin: [
|
||||
process.env.FRONTEND_URL, // keep this one, after checking the value in `backend/.env`
|
||||
"http://mysite.com",
|
||||
"http://another-domain.com",
|
||||
process.env.FRONTEND_URL,
|
||||
process.env.SUPER_OAUTH_URL,
|
||||
],
|
||||
credentials: true,
|
||||
})
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user