diff --git a/ayanova/src/components/tag-picker.vue b/ayanova/src/components/tag-picker.vue index 5697841c..9b13cbb5 100644 --- a/ayanova/src/components/tag-picker.vue +++ b/ayanova/src/components/tag-picker.vue @@ -79,7 +79,7 @@ export default { } vm.tagSearchUnderway = true; window.$gz.api - .get("taglist/list?query=" + val) //roles + .get("tag/list?query=" + val) //roles .then(res => { if (res.error) { throw res.error;