fixed breacrumb and label

This commit is contained in:
2026-03-10 18:02:37 +00:00
parent 93d02697a2
commit df311e131a
5 changed files with 604 additions and 775 deletions
@@ -54,7 +54,7 @@ export default async function ApiProxy(req, res) {
return axios
.get(
BASE_URL + queryUrl + hashAPIPath(queryUrl),
WEBAPI_URL + queryUrl + hashAPIPath(queryUrl),
azureHeaders(token.access_token)
)
.then(({ data }) => {