Skip to content

Commit ef73c39

Browse files
Merge pull request #2195 from OneCommunityGlobal/sundar/corsIs
Sundar: fix cors issue try 3
2 parents 80e727f + 93bc7ed commit ef73c39

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/startup/cors.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ module.exports = function (app) {
1212
'http://127.0.0.1:5173',
1313
'https://dev.highestgood.com',
1414
'https://highestgood.com',
15-
'https://www.highestgood.com/dashboard',
15+
'https://www.highestgood.com',
1616
]);
1717

1818
app.use(

0 commit comments

Comments
 (0)