Skip to content

Commit b5d7da4

Browse files
Update src_assets/common/assets/web/troubleshooting.html
Co-authored-by: ReenigneArcher <[email protected]>
1 parent 60e2da7 commit b5d7da4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src_assets/common/assets/web/troubleshooting.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ <h2 id="logs">Logs</h2>
207207
});
208208
},
209209
unpairSingle(uuid) {
210-
fetch("/api/clients/unpair-single", { method: "POST", body: JSON.stringify({ uuid }) }).then(() => {
210+
fetch("/api/clients/unpair", { method: "POST", body: JSON.stringify({ uuid }) }).then(() => {
211211
this.showApplyMessage = true;
212212
this.refreshClients();
213213
});

0 commit comments

Comments
 (0)