cleared debug, updated new appeal add about you

This commit is contained in:
2022-05-31 10:15:03 +01:00
parent 55a9a15a57
commit f2e71c0b54
49 changed files with 161396 additions and 500 deletions
+1 -2
View File
@@ -44,14 +44,13 @@ export default async function ApiProxy(req, res) {
data: data,
};
console.log("update case:", data);
//console.log("update case:", data);
return axios(config)
.then(({ data }) => {
res.status(200).json(data);
})
.catch((error) => {
console.log("is it", error);
res.status(400);
});
}