mirror of
https://github.com/ivabus/www
synced 2024-11-22 02:05:06 +03:00
add signups data
This commit is contained in:
parent
22c760377a
commit
e1d41c7938
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
|||
$('#stat-two').html('<div style="height: 400px"></div>');
|
||||
|
||||
try {
|
||||
fetch('https://app.tea.xyz/api/signups')
|
||||
fetch('https://api.dev.tea.xyz/v0/signups')
|
||||
.then(res => res.json())
|
||||
.then(res => {
|
||||
const signups = res.signups ? res.signups.toLocaleString() : ""
|
||||
|
|
Loading…
Reference in a new issue