QBO CORS Updates
This commit is contained in:
@@ -47,6 +47,7 @@ app.use(bodyParser.urlencoded({ limit: "50mb", extended: true }));
|
|||||||
//app.use(enforce.HTTPS({ trustProtoHeader: true }));
|
//app.use(enforce.HTTPS({ trustProtoHeader: true }));
|
||||||
app.use(
|
app.use(
|
||||||
cors({
|
cors({
|
||||||
|
credentials: true,
|
||||||
origin: [
|
origin: [
|
||||||
"https://test.imex.online",
|
"https://test.imex.online",
|
||||||
"http://localhost:3000",
|
"http://localhost:3000",
|
||||||
|
|||||||
Reference in New Issue
Block a user