mirror of
https://github.com/nkanaev/yarr.git
synced 2025-09-15 02:40:15 +00:00
create folder
This commit is contained in:
@@ -29,6 +29,9 @@
|
||||
list: function() {
|
||||
return api('get', '/api/folders').then(json)
|
||||
},
|
||||
create: function(data) {
|
||||
return api('post', '/api/folders', data).then(json)
|
||||
},
|
||||
}
|
||||
}
|
||||
})()
|
||||
|
Reference in New Issue
Block a user