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.
1 parent 6c6db96 commit 3fe7b8eCopy full SHA for 3fe7b8e
1 file changed
apps/dashboard-api/src/app.js
@@ -33,7 +33,7 @@ const dashboardLimiter = rateLimit({
33
});
34
35
const whitelist = (function() {
36
- const whitelist = ['https://urbackend.bitbros.in'];
+ const whitelist = [process.env.FRONTEND_URL];
37
if (process.env.NODE_ENV === 'development') {
38
whitelist.push('http://localhost:5173');
39
}
0 commit comments