Skip to content

Commit 3fe7b8e

Browse files
committed
updated uri
1 parent 6c6db96 commit 3fe7b8e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/dashboard-api/src/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ const dashboardLimiter = rateLimit({
3333
});
3434

3535
const whitelist = (function() {
36-
const whitelist = ['https://urbackend.bitbros.in'];
36+
const whitelist = [process.env.FRONTEND_URL];
3737
if (process.env.NODE_ENV === 'development') {
3838
whitelist.push('http://localhost:5173');
3939
}

0 commit comments

Comments
 (0)