Skip to content

Commit b2a6331

Browse files
committed
fix: url
1 parent 830ab02 commit b2a6331

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/boot/saas.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const normalizeApiEnv = env => {
1313

1414
const getApiBaseUrl = apiEnv => {
1515
if (apiEnv === 'dev') {
16-
return 'https://dev.api.lnbits.com'
16+
return 'https://api.dev.lnbits.com'
1717
}
1818

1919
if (apiEnv === 'local') {

0 commit comments

Comments
 (0)