Update Jia api url

This commit is contained in:
polypixeldev 2024-09-25 00:55:23 -04:00
parent bd4a3f8cb4
commit 56782a7c8e
No known key found for this signature in database
GPG key ID: 39744E3B7C5966FE

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 }
)