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 aee142a commit 579ccf1Copy full SHA for 579ccf1
components/overledger/overledger.app.mjs
@@ -27,7 +27,7 @@ export default {
27
},
28
_getBaseUrl(environment) { //conditional for environment url selection.
29
return environment === "sandbox"
30
- ? "https://api.staging.overledger.dev"
+ ? "https://api.sandbox.overledger.dev"
31
: "https://api.overledger.dev";
32
33
_makeRequest({
0 commit comments