Skip to content

Commit

Permalink
remove body based cache
Browse files Browse the repository at this point in the history
  • Loading branch information
samepant committed Jan 17, 2024
1 parent 5e3223e commit 3603a11
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 @@ -52,7 +52,7 @@ const generateChainRoutes = (router: Router) => {

router.use(
`/${chainId}/sequence/indexer`,
sequenceCache,
// sequenceCache,
createProxyMiddleware({
target: chain.sequenceURL,
changeOrigin: true,
Expand Down

0 comments on commit 3603a11

Please sign in to comment.