Skip to content

Commit

Permalink
fix rewrite typo
Browse files Browse the repository at this point in the history
  • Loading branch information
samepant committed Jan 17, 2024
1 parent b22c2c6 commit 79f95ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/v1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const generateChainRoutes = (router: Router) => {
target: "https://metadata.sequence.app",
changeOrigin: true,
pathRewrite: {
"^/api/v1/sequence/metadata": "",
"^/api/v1/metadata": "",
},
}),
);
Expand Down

0 comments on commit 79f95ed

Please sign in to comment.