This commit is contained in:
2025-09-27 00:33:28 -04:00
parent ebb026d003
commit a417fc5286
2 changed files with 1 additions and 12 deletions

View File

@@ -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'
};