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 80e727f + 93bc7ed commit ef73c39Copy full SHA for ef73c39
1 file changed
src/startup/cors.js
@@ -12,7 +12,7 @@ module.exports = function (app) {
12
'http://127.0.0.1:5173',
13
'https://dev.highestgood.com',
14
'https://highestgood.com',
15
- 'https://www.highestgood.com/dashboard',
+ 'https://www.highestgood.com',
16
]);
17
18
app.use(
0 commit comments