fix: deleteAPIKey this.del statt this.delete (JS-Fehler)
This commit is contained in:
parent
ec30be7246
commit
f658f3c4db
@ -255,7 +255,7 @@ class ApiClient {
|
||||
}
|
||||
|
||||
deleteAPIKey(id) {
|
||||
return this.delete(`/api/v1/apikeys/${id}`)
|
||||
return this.del(`/api/v1/apikeys/${id}`)
|
||||
}
|
||||
|
||||
// System Settings
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user