From ae0fe1f32f2422d1ee366c6e8c27222cb1905fad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Y=C3=BBki=20VACHOT?= Date: Thu, 23 Dec 2021 13:07:36 +0100 Subject: [PATCH] Update: Environment for Heroku Production --- server.js | 2 ++ 1 file changed, 2 insertions(+) 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 }));