diff --git a/server.js b/server.js index f63829c..b833c0a 100644 --- a/server.js +++ b/server.js @@ -15,6 +15,8 @@ app.use(cors({ origin: [ 'http://127.0.0.1:4200', 'http://127.0.0.1:4201', + 'https://admin-polynotfound.herokuapp.com/', + 'https://polynotfound.herokuapp.com/' ], credentials: true }));