From dc6806b5e3a6431a8a503fd51dfc9d302af327a4 Mon Sep 17 00:00:00 2001
From: yuriy0803 <68668177+yuriy0803@users.noreply.github.com>
Date: Wed, 21 Jun 2023 19:57:46 +0200
Subject: [PATCH] Your bulk stats JSON API URL _id.vue
---
new-web/pages/account/_id.vue | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/new-web/pages/account/_id.vue b/new-web/pages/account/_id.vue
index fb902aa..adc844f 100644
--- a/new-web/pages/account/_id.vue
+++ b/new-web/pages/account/_id.vue
@@ -106,8 +106,8 @@
{{ $t('pages.account.jsonApi') }}
-
- {{ config.api + '/accounts/0xda904bc07fd95e39661941b3f6daded1b8a38c71' }}
+
+ {{ `${config.api}/accounts/${id}` }}