updated endpoint url

This commit is contained in:
Miodec 2021-07-12 23:42:10 +01:00
parent efcee26ae8
commit 77e819067e

View file

@ -262,7 +262,7 @@ list.clearTagPb = new SimplePopup(
let tagid = eval("this.parameters[0]");
Loader.show();
axiosInstance
.post("/clearTagPb", {
.post("/user/tags/clearPb", {
tagid: tagid,
})
.then((res) => {