Skip to content

Commit

Permalink
updated origins
Browse files Browse the repository at this point in the history
  • Loading branch information
winterrrrrff committed Dec 29, 2022
1 parent 3170ac2 commit 1578c16
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/allowedOrigins.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
const allowedOrigins = [
'http://localhost:3000',
'http://localhost:4200'
'http://localhost:4200',
'https://winterrrrrff.github.io'
];

module.exports = allowedOrigins;

0 comments on commit 1578c16

Please sign in to comment.