Skip to content

Commit f13a84c

Browse files
committed
Add doc page to allowed CORs websites
1 parent 23db2d1 commit f13a84c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ if (!Services.env.isProduction()) {
4242
} else {
4343
// TODO: change this when necessary
4444
corsOptions = {
45-
origin: [`https://${process.env.FRONTEND_ADDRESS_DEPLOY}`],
45+
origin: [`https://${process.env.FRONTEND_ADDRESS_DEPLOY}`, `https://hackerapi.mchacks.ca`],
4646
credentials: true
4747
};
4848
}

0 commit comments

Comments
 (0)