Merge pull request #1389 from polypixeldev/update-jia-url

Update Jia api url
This commit is contained in:
graham 2024-10-22 18:13:05 +00:00 committed by GitHub
commit 0ba39e2e8b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9,7 +9,7 @@ const withCommas = x => x.toString().replace(/\B(?=(\d{3})+(?!\d))/g, ',')
export default function Channels() {
const { data: millionCount } = useSWR(
'https://jia.haas.hackclub.com/api/currentNumber',
'https://jia.samuel.hackclub.app/api/currentNumber',
fetcher,
{ refreshInterval: 10_000 }
)