mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-03-12 23:20:25 +08:00
updated endpoint url
This commit is contained in:
parent
efcee26ae8
commit
77e819067e
1 changed files with 1 additions and 1 deletions
|
@ -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) => {
|
||||
|
|
Loading…
Reference in a new issue