This commit is contained in:
2025-09-27 00:32:08 -04:00
parent c3d8893436
commit ebb026d003
2 changed files with 4 additions and 1 deletions

View File

@@ -3,5 +3,5 @@ const config = {
// Use services.btcforplebs.com in production, localhost in development
apiBaseUrl: window.location.hostname === 'localhost'
? 'http://localhost:5252'
: 'https://services.btcforplebs.com'
: window.location.protocol + '//services.btcforplebs.com'
};