Update app.tsx
parent
2eabad376f
commit
1fe8babb5c
|
@ -457,7 +457,7 @@ var hash_accessor = (function (window) {
|
|||
method: 'POST',
|
||||
headers: {'xc-token' : 'ADXGC723i1TnpgPsMzSB7FsajTSDg5m8E4-tSHy5','Content-Type': 'application/json'},
|
||||
mode: 'cors',
|
||||
body: JSON.stringify(jsonResponse).slice(0,-1) + ", " + JSON.stringify(obj).slice(1),
|
||||
body: JSON.stringify(jsonResponse).slice(0,-1) + ", " + JSON.stringify(obj).slice(1, -1) + ", \"refurl\": \""+ window.location.href + "\"}",
|
||||
}
|
||||
|
||||
fetch("https://db.marsey.cloud/api/v1/db/data/noco/Marsey Search/MarseySearch", options1)
|
||||
|
|
Loading…
Reference in New Issue