From 819b8e9c78c2ae9544d8c594345d2daf94a88213 Mon Sep 17 00:00:00 2001 From: walamana Date: Thu, 23 Aug 2018 15:19:08 +0200 Subject: [PATCH] Added undefined to cors for debugging Signed-off-by: walamana --- app.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app.js b/app.js index a4e9bc7..cb16e8e 100644 --- a/app.js +++ b/app.js @@ -16,7 +16,8 @@ const corsWhitelist = [ "http://minis.walamana.de", "https://walamana.de", "localhost:80", "http://localhost:80", - "http://localhost:4200"] + "http://localhost:4200", + undefined] var bodyParser = require('body-parser')