diff --git a/config/allowedOrigins.js b/config/allowedOrigins.js index deee230..8a9518a 100644 --- a/config/allowedOrigins.js +++ b/config/allowedOrigins.js @@ -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;