Skip to content

Commit

Permalink
fix: remove trailing slash from staging origin
Browse files Browse the repository at this point in the history
  • Loading branch information
chambaz committed Nov 15, 2024
1 parent b405518 commit 3d5d54e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/marginfi-landing-page/src/middleware.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { generateEndpoint } from "~/rpc.utils";

const allowedOrigins = [
"https://www.marginfi.com",
"https://marginfi-landing-page-v2.vercel.app/",
"https://marginfi-landing-page-v2.vercel.app",
"http://localhost:3005",
];

Expand Down

0 comments on commit 3d5d54e

Please sign in to comment.