This commit is contained in:
Marcel Pociot
2020-05-03 00:21:16 +02:00
parent c717683634
commit 72d33b1b70
19 changed files with 408 additions and 103 deletions

View File

@@ -61,7 +61,7 @@
methods: {
deleteUser(user) {
fetch('/expose/users/delete/' + user.id, {
fetch('/expose/users/' + user.id, {
method: 'DELETE',
}).then((response) => {
return response.json();