mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-11-09 13:44:29 +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…
Add table
Reference in a new issue