We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9582fcd commit 55650a5Copy full SHA for 55650a5
app/utils/cloud/customrest.ts
@@ -17,7 +17,7 @@ export function createCustomRESTClient(store: SyncStore) {
17
const res = await fetch(this.path("get", storeKey), {
18
method: "GET",
19
headers: this.headers(),
20
- proxyUrl,
+ //proxyUrl,
21
mode: "cors",
22
});
23
@@ -37,7 +37,7 @@ export function createCustomRESTClient(store: SyncStore) {
37
38
39
40
41
42
43
@@ -60,7 +60,7 @@ export function createCustomRESTClient(store: SyncStore) {
60
method: "POST",
61
62
body: value,
63
64
65
})
66
.then((res) => {
0 commit comments