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;

1 comment on commit d05faf3

@vercel
Copy link

@vercel vercel bot commented on d05faf3 Dec 29, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.