update prices endpoint url

This commit is contained in:
saml33 2021-06-18 13:43:49 +10:00
parent 90cbbf8531
commit b2fd941223
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ const useHistoricPrices = () => {
useEffect(() => {
const fetchPrices = async () => {
const response = await fetch(
`https://serumtaxtime.com/stats/prices/2oogpTYm1sp6LPZAWD3bp2wsFpnV2kXL1s52yyFhW5vp`
`https://mango-transaction-log.herokuapp.com/stats/prices/2oogpTYm1sp6LPZAWD3bp2wsFpnV2kXL1s52yyFhW5vp`
)
const prices = await response.json()
setPrices(prices)