mirror of
https://github.com/System-End/site.git
synced 2026-04-19 22:05:11 +00:00
Merge pull request #1389 from polypixeldev/update-jia-url
Update Jia api url
This commit is contained in:
commit
0ba39e2e8b
1 changed files with 1 additions and 1 deletions
|
|
@ -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 }
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue