Skip to content

Commit b5f2339

Browse files
update in url
1 parent c3092b1 commit b5f2339

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

components/remote_retrieval/remote_retrieval.app.mjs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,8 @@ export default {
132132
},
133133
methods: {
134134
_baseUrl() {
135-
return "https://remoteretrieval.com/RR-enterprise/remoteretrieval/public/index.php/api/v1";
135+
// return "https://remoteretrieval.com/RR-enterprise/remoteretrieval/public/index.php/api/v1";
136+
return "https://remoteretrieval.com/api/v1"
136137
},
137138
async _makeRequest(opts = {}) {
138139
const {

0 commit comments

Comments
 (0)