mirror of
https://github.com/bitinflow/expose.git
synced 2026-03-16 23:15:55 +00:00
wip
This commit is contained in:
@@ -58,7 +58,7 @@
|
||||
|
||||
methods: {
|
||||
disconnectSite(id) {
|
||||
fetch('/sites/' + id, {
|
||||
fetch('/api/sites/' + id, {
|
||||
method: 'DELETE',
|
||||
}).then((response) => {
|
||||
return response.json();
|
||||
|
||||
Reference in New Issue
Block a user