Update app.tsx
parent
1fe8babb5c
commit
2676d06599
16
src/app.tsx
16
src/app.tsx
|
@ -444,14 +444,16 @@ var hash_accessor = (function (window) {
|
||||||
).then(
|
).then(
|
||||||
(jsonResponse) =>
|
(jsonResponse) =>
|
||||||
{
|
{
|
||||||
const options = {
|
const options = {
|
||||||
method: "POST",
|
method: 'POST',
|
||||||
headers,
|
headers: {'xc-token' : 'GH4RaidOnfCMk4_N3-t-9DcEFTSx66z57yEss7XZ','Content-Type': 'application/json'},
|
||||||
mode: "cors",
|
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.lmao.works/api/v1/db/data/noco/MarseySearch/MarseySearch", options)
|
||||||
|
|
||||||
|
|
||||||
fetch("https://eoa22umjqdu9ddj.m.pipedream.net", options)
|
|
||||||
|
|
||||||
const options1 = {
|
const options1 = {
|
||||||
method: 'POST',
|
method: 'POST',
|
||||||
|
|
Loading…
Reference in New Issue