randydev commited on
Commit
344cd3c
·
verified ·
1 Parent(s): 5d2dbd3

Update index.js

Browse files
Files changed (1) hide show
  1. index.js +1 -1
index.js CHANGED
@@ -76,7 +76,7 @@ const allowedOrigins = [
76
  ];
77
 
78
  app.use(cors({
79
- origin: allowedOrigins,
80
  methods: ['GET', 'POST', 'PUT', 'DELETE'],
81
  allowedHeaders: ['Content-Type', 'Authorization', 'x-api-key'],
82
  }));
 
76
  ];
77
 
78
  app.use(cors({
79
+ origin: "*",
80
  methods: ['GET', 'POST', 'PUT', 'DELETE'],
81
  allowedHeaders: ['Content-Type', 'Authorization', 'x-api-key'],
82
  }));