code cleanup
This commit is contained in:
@@ -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 ) }
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user