Added undefined to cors for debugging
Signed-off-by: walamana <joniogerg@gmail.com>
This commit is contained in:
3
app.js
3
app.js
@@ -16,7 +16,8 @@ const corsWhitelist = [ "http://minis.walamana.de",
|
|||||||
"https://walamana.de",
|
"https://walamana.de",
|
||||||
"localhost:80",
|
"localhost:80",
|
||||||
"http://localhost:80",
|
"http://localhost:80",
|
||||||
"http://localhost:4200"]
|
"http://localhost:4200",
|
||||||
|
undefined]
|
||||||
|
|
||||||
|
|
||||||
var bodyParser = require('body-parser')
|
var bodyParser = require('body-parser')
|
||||||
|
|||||||
Reference in New Issue
Block a user