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.
2 parents fdd5b5c + 2c8d6f0 commit 48401a1Copy full SHA for 48401a1
1 file changed
src/startup/cors.js
@@ -10,6 +10,8 @@ module.exports = function (app) {
10
'http://127.0.0.1:3001',
11
'http://127.0.0.1:4173',
12
'http://127.0.0.1:5173',
13
+ 'https://dev.highestgood.com',
14
+ 'https://highestgoodnetwork.netlify.app',
15
]);
16
17
app.use(
0 commit comments