Skip to content

Commit

Permalink
remove caching (#306)
Browse files Browse the repository at this point in the history
  • Loading branch information
guibescos authored Dec 13, 2023
1 parent 5b35ac1 commit c674b26
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/pages/api/v1/locked_accounts.ts
Original file line number Diff line number Diff line change
@@ -47,7 +47,6 @@ export default async function handlerLockedAccounts(
return getStakeAccountDetails(account)
})
)
res.setHeader('Cache-Control', 'max-age=0, s-maxage=3600')
res.status(200).json(stakeAccountDetails)
}
}

2 comments on commit c674b26

@vercel
Copy link

@vercel vercel bot commented on c674b26 Dec 13, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on c674b26 Dec 13, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

staking-devnet – ./

governance-nu.vercel.app
staking-devnet-git-main-pyth-web.vercel.app
staking-devnet-pyth-web.vercel.app

Please sign in to comment.