This commit is contained in:
Marcel Pociot
2020-05-03 23:27:51 +02:00
parent 37aeee76e4
commit 0b120245db
9 changed files with 182 additions and 29 deletions

View File

@@ -58,7 +58,7 @@
methods: {
disconnectSite(id) {
fetch('/sites/' + id, {
fetch('/api/sites/' + id, {
method: 'DELETE',
}).then((response) => {
return response.json();