From 77e819067e7a97424e9a2a22a8ec845c932bab6b Mon Sep 17 00:00:00 2001 From: Miodec Date: Mon, 12 Jul 2021 23:42:10 +0100 Subject: [PATCH] updated endpoint url --- src/js/simple-popups.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/js/simple-popups.js b/src/js/simple-popups.js index b791e1213..0b8cd02c6 100644 --- a/src/js/simple-popups.js +++ b/src/js/simple-popups.js @@ -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) => {