Skip to content

Commit 48401a1

Browse files
Merge pull request #2182 from OneCommunityGlobal/Diya_Fix_LoginIssues
Diya fix(login): Fixed login issues
2 parents fdd5b5c + 2c8d6f0 commit 48401a1

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/startup/cors.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ module.exports = function (app) {
1010
'http://127.0.0.1:3001',
1111
'http://127.0.0.1:4173',
1212
'http://127.0.0.1:5173',
13+
'https://dev.highestgood.com',
14+
'https://highestgoodnetwork.netlify.app',
1315
]);
1416

1517
app.use(

0 commit comments

Comments
 (0)