Skip to content

Commit 3ff6c67

Browse files
authored
(fix:api-reference) Change default method to getPriceNoOlderThan (#1833)
1 parent b089c8a commit 3ff6c67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/api-reference/next.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export default {
1212
redirects: async () => [
1313
{
1414
source: "/price-feeds/evm",
15-
destination: "/price-feeds/evm/parsePriceFeedUpdates",
15+
destination: "/price-feeds/evm/getPriceNoOlderThan",
1616
permanent: false,
1717
},
1818
],

0 commit comments

Comments
 (0)