mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-25 08:54:10 +00:00
chore(rest) api
This commit is contained in:
parent
e618258d19
commit
d4b8225030
1 changed files with 4 additions and 1 deletions
|
|
@ -48,7 +48,10 @@
|
|||
|
||||
/**
|
||||
* rest interface
|
||||
* @pParams {request, responce}
|
||||
*
|
||||
* @param request
|
||||
* @param response
|
||||
* @param callback
|
||||
*/
|
||||
exports.api = function(request, response, callback) {
|
||||
var apiURL, name, ret,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue