Skip to content

Commit 93bc7ed

Browse files
Sundar MachaniSundar Machani
authored andcommitted
chore: fix cors issue try 3
1 parent 005e3ba commit 93bc7ed

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)