show feeds/folders

This commit is contained in:
Nazar Kanaev
2020-07-01 20:28:36 +01:00
parent e7bfc3b0a3
commit c7a94ea890
3 changed files with 19 additions and 12 deletions

View File

@@ -20,6 +20,11 @@
create: function(data) {
return api('post', '/api/feeds', data)
},
},
folders: {
list: function() {
return api('get', '/api/folders')
},
}
}
})()