From e1d41c793804c10c9e862f46e885c14624f9df93 Mon Sep 17 00:00:00 2001 From: neil molina Date: Tue, 30 May 2023 11:23:15 +0800 Subject: [PATCH] add signups data --- src/layouts/partials/auth-data-snippet.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/layouts/partials/auth-data-snippet.html b/src/layouts/partials/auth-data-snippet.html index 089d507..619a392 100644 --- a/src/layouts/partials/auth-data-snippet.html +++ b/src/layouts/partials/auth-data-snippet.html @@ -14,7 +14,7 @@ $('#stat-two').html('
'); 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() : ""