fixed breacrumb and label
This commit is contained in:
@@ -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 }) => {
|
||||
|
||||
Reference in New Issue
Block a user