delet blob wip

This commit is contained in:
2022-09-12 15:54:55 +01:00
parent 749b49c54d
commit d907070ca9
14 changed files with 225 additions and 35 deletions
@@ -26,6 +26,7 @@ export default async function ApiProxy(req, res) {
loggedInUserId +
" and pinswg_appealcasetype ne null&$orderby=createdon desc&$count=true";
//console.log(WEBAPI_URL + queryUrl + hashAPIPath(queryUrl));
return axios
.get(
WEBAPI_URL + queryUrl + hashAPIPath(queryUrl),
@@ -35,7 +36,6 @@ export default async function ApiProxy(req, res) {
data.value.forEach(function (element) {
element.pinswg_title = element.title;
});
//console.log(data);
res.status(200).json(data);
})
.catch((err) => {