From 2eabad376fa102724a6751b02932d00508a9b27f Mon Sep 17 00:00:00 2001 From: MarseyLivesMatter <91437068+MarseyLivesMatter@users.noreply.github.com> Date: Tue, 31 May 2022 05:14:16 +0800 Subject: [PATCH] Update app.tsx --- src/app.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app.tsx b/src/app.tsx index 796483b..ecd5fe0 100644 --- a/src/app.tsx +++ b/src/app.tsx @@ -421,6 +421,7 @@ var hash_accessor = (function (window) { var data = JSON.stringify(obj); //restdb.io + /* var xhr = new XMLHttpRequest(); xhr.withCredentials = false; xhr.addEventListener("readystatechange", function () { @@ -432,7 +433,7 @@ var hash_accessor = (function (window) { xhr.setRequestHeader("content-type", "application/json"); xhr.setRequestHeader("x-apikey", "6286feb34cca5010d1293ead"); xhr.setRequestHeader("cache-control", "no-cache"); - xhr.send(data); + xhr.send(data);*/ //requestbin