working on VFS binding of Google drive

This commit is contained in:
Xuan Sang LE
2018-02-27 16:40:36 +01:00
parent 67b934d7fb
commit 79138f4198
9 changed files with 161 additions and 61 deletions

View File

@ -84,7 +84,7 @@ self.OS.API.handler =
, (e, s) ->
_courrier.osfail "Fail to make request: #{p}", e, s
dbquery: (cmd,d, c) ->
dbquery: (cmd, d, c) ->
path = "#{_REST}/db/#{cmd}"
_API.post path, d, c, (e, s) ->
_courrier.osfail "Fail to query data from database: #{path}", e, s