azure storage to require not import for build fix

This commit is contained in:
2022-10-27 10:19:21 +01:00
parent 73338c5c97
commit c4907c0891
4 changed files with 26 additions and 11 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ export default async function ApiProxy(req, res) {
var queryUrl =
"accounts?$count=true&$filter=pinswg_isalocalplanningauthorityaccount eq 846040000&$select=name&$orderby=name asc";
console.log(WEBAPI_URL + queryUrl + hashAPIPath(queryUrl));
//console.log(WEBAPI_URL + queryUrl + hashAPIPath(queryUrl));
return axios
.get(
WEBAPI_URL + queryUrl + hashAPIPath(queryUrl),