We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b089c8a commit 3ff6c67Copy full SHA for 3ff6c67
apps/api-reference/next.config.js
@@ -12,7 +12,7 @@ export default {
12
redirects: async () => [
13
{
14
source: "/price-feeds/evm",
15
- destination: "/price-feeds/evm/parsePriceFeedUpdates",
+ destination: "/price-feeds/evm/getPriceNoOlderThan",
16
permanent: false,
17
},
18
],
0 commit comments