Added undefined to cors for debugging
Signed-off-by: walamana <joniogerg@gmail.com>
This commit is contained in:
parent
cf51318f33
commit
819b8e9c78
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')
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user