We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 830ab02 commit b2a6331Copy full SHA for b2a6331
1 file changed
src/boot/saas.js
@@ -13,7 +13,7 @@ const normalizeApiEnv = env => {
13
14
const getApiBaseUrl = apiEnv => {
15
if (apiEnv === 'dev') {
16
- return 'https://dev.api.lnbits.com'
+ return 'https://api.dev.lnbits.com'
17
}
18
19
if (apiEnv === 'local') {
0 commit comments