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 c3092b1 commit b5f2339Copy full SHA for b5f2339
components/remote_retrieval/remote_retrieval.app.mjs
@@ -132,7 +132,8 @@ export default {
132
},
133
methods: {
134
_baseUrl() {
135
- return "https://remoteretrieval.com/RR-enterprise/remoteretrieval/public/index.php/api/v1";
+ // return "https://remoteretrieval.com/RR-enterprise/remoteretrieval/public/index.php/api/v1";
136
+ return "https://remoteretrieval.com/api/v1"
137
138
async _makeRequest(opts = {}) {
139
const {
0 commit comments