Skip to content

Commit

Permalink
feat: add additional staging urls to allowed origins
Browse files Browse the repository at this point in the history
  • Loading branch information
chambaz committed Nov 25, 2024
1 parent 8c37e3f commit 45f9b36
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/marginfi-v2-ui/src/middleware.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ const restrictedRoute = "/looper";
const allowedOrigins = [
"https://app.marginfi.com",
"https://marginfi-v2-ui-git-staging-mrgn.vercel.app",
"https://marginfi-v2-ui-git-staging2-mrgn.vercel.app",
"https://marginfi-v2-ui-git-test-mrgn.vercel.app",
"http://localhost:3004",
];

Expand Down

0 comments on commit 45f9b36

Please sign in to comment.