From a417fc528682430b0dda2a20b35beaeb887cfd02 Mon Sep 17 00:00:00 2001 From: BTCforPlebs Date: Sat, 27 Sep 2025 00:33:28 -0400 Subject: [PATCH] non --- public/assets/js/config.js | 7 ------- public/index.html | 6 +----- 2 files changed, 1 insertion(+), 12 deletions(-) delete mode 100644 public/assets/js/config.js diff --git a/public/assets/js/config.js b/public/assets/js/config.js deleted file mode 100644 index 87e6e53..0000000 --- a/public/assets/js/config.js +++ /dev/null @@ -1,7 +0,0 @@ -// Configuration for the frontend -const config = { - // Use services.btcforplebs.com in production, localhost in development - apiBaseUrl: window.location.hostname === 'localhost' - ? 'http://localhost:5252' - : window.location.protocol + '//services.btcforplebs.com' -}; \ No newline at end of file diff --git a/public/index.html b/public/index.html index a523236..3e57b3a 100644 --- a/public/index.html +++ b/public/index.html @@ -1,9 +1,5 @@ - - - - - et="UTF-8"> + BTCforPlebs