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
@@ -35,7 +35,7 @@ export default async function ApiProxy(req, res) {
data.value.forEach(function (element) {
element.pinswg_title = element.title;
});
console.log(data);
//console.log(data);
res.status(200).json(data);
})
.catch(({ err }) => {