Skip to content

Commit

Permalink
Update src_assets/common/assets/web/troubleshooting.html
Browse files Browse the repository at this point in the history
Co-authored-by: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com>
  • Loading branch information
xanderfrangos and ReenigneArcher committed Jan 26, 2024
1 parent a4a4125 commit 60e2da7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src_assets/common/assets/web/troubleshooting.html
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ <h2 id="logs">Logs</h2>
},
unpairAll() {
this.unpairAllPressed = true;
fetch("/api/clients/unpair", { method: "POST" })
fetch("/api/clients/unpair-all", { method: "POST" })
.then((r) => r.json())
.then((r) => {
this.showApplyMessage = true;
Expand Down

0 comments on commit 60e2da7

Please sign in to comment.