show feed errors
This commit is contained in:
parent
99684a4b2f
commit
d7ddcc04b5
6 changed files with 42 additions and 0 deletions
|
|
@ -43,6 +43,9 @@
|
|||
refresh: function() {
|
||||
return api('post', '/api/feeds/refresh')
|
||||
},
|
||||
list_errors: function() {
|
||||
return api('get', '/api/feeds/errors').then(json)
|
||||
},
|
||||
},
|
||||
folders: {
|
||||
list: function() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue