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 8d1f630 + 80e727f commit 37e1b9aCopy full SHA for 37e1b9a
1 file changed
src/startup/cors.js
@@ -12,6 +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',
16
]);
17
18
app.use(
0 commit comments