minetest account deletion

This commit is contained in:
_Bastler
2021-08-15 18:41:50 +02:00
parent ffbcd7fe1a
commit d7fb55a661
3 changed files with 57 additions and 25 deletions
@@ -19,4 +19,8 @@ export class MinetestAccountsService {
return this.http.post(environment.apiUrl + "/minetest/accounts", minetestAccount);
}
delete(name) {
return this.http.delete(environment.apiUrl + "/minetest/accounts/" + name);
}
}