Skip to content

Commit

Permalink
update origin
Browse files Browse the repository at this point in the history
  • Loading branch information
winterrrrrff committed Dec 29, 2022
1 parent 1578c16 commit d05faf3
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,7 +1,8 @@
const allowedOrigins = [
'http://localhost:3000',
'http://localhost:4200',
'https://winterrrrrff.github.io'
'https://winterrrrrff.github.io',
'https://angular-realworld-example-app-neon.vercel.app'
];

module.exports = allowedOrigins;

0 comments on commit d05faf3

Please sign in to comment.