We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b68d34 commit e36fe1dCopy full SHA for e36fe1d
index.js
@@ -20,8 +20,9 @@ let allowedOrigins = [
20
'http://localhost:8080',
21
'http://localhost:4200',
22
'https://flickpick-1911bf3985c5.herokuapp.com',
23
- 'http://localhost:1234',
24
- 'https://myflickpick.netlify.app'
+ 'http://localhost:1234',
+ 'https://myflickpick.netlify.app',
25
+ 'https://codestun.github.io'
26
];
27
28
app.use(cors({
0 commit comments