From f328af51c545b0c59e6875899bd9131018c30440 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Y=C3=BBki=20VACHOT?= Date: Thu, 23 Dec 2021 13:25:35 +0100 Subject: [PATCH] Update: Cors Test --- config/cors.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/cors.config.js b/config/cors.config.js index a1eb0bd..068cc23 100644 --- a/config/cors.config.js +++ b/config/cors.config.js @@ -4,8 +4,8 @@ module.exports.cors = cors; const allowList = [ 'http://127.0.0.1:4200', 'http://127.0.0.1:4201', - 'https://admin-polynotfound.herokuapp.com/', - 'https://polynotfound.herokuapp.com/' + 'https://admin-polynotfound.herokuapp.com', + 'https://polynotfound.herokuapp.com' ]; const corsOptionsDelegate = function(req, callback) {