mirror of
https://github.com/nkanaev/yarr.git
synced 2025-09-14 10:20:06 +00:00
show feeds/folders
This commit is contained in:
@@ -20,6 +20,11 @@
|
||||
create: function(data) {
|
||||
return api('post', '/api/feeds', data)
|
||||
},
|
||||
},
|
||||
folders: {
|
||||
list: function() {
|
||||
return api('get', '/api/folders')
|
||||
},
|
||||
}
|
||||
}
|
||||
})()
|
||||
|
Reference in New Issue
Block a user