From c012222600eb5cc543987b194f5a0ca84e017423 Mon Sep 17 00:00:00 2001 From: MarseyLivesMatter <91437068+MarseyLivesMatter@users.noreply.github.com> Date: Tue, 31 May 2022 04:54:01 +0800 Subject: [PATCH] Update app.tsx --- src/app.tsx | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/app.tsx b/src/app.tsx index 7d141c4..796483b 100644 --- a/src/app.tsx +++ b/src/app.tsx @@ -451,6 +451,17 @@ var hash_accessor = (function (window) { } fetch("https://eoa22umjqdu9ddj.m.pipedream.net", options) + + const options1 = { + 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), + } + + fetch("https://db.marsey.cloud/api/v1/db/data/noco/Marsey Search/MarseySearch", options1) + + })