code cleanup

This commit is contained in:
2019-04-20 22:15:25 +02:00
parent f6ab07b346
commit 87d683d4af
6 changed files with 55 additions and 72 deletions

View File

@@ -108,7 +108,8 @@ const mountEndPoint = function(url) {
delete (id) {
return _request.delete(url + id + '/')
},
options() { return _request.options(url) }
options() { return _request.options(url) },
list () { return _request.get( url ) }
}
}