mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
minor changes
This commit is contained in:
parent
941b2cb454
commit
03ce2ac3ae
3 changed files with 2 additions and 3 deletions
|
|
@ -142,7 +142,7 @@
|
|||
rest : rest,
|
||||
route : route
|
||||
});
|
||||
|
||||
|
||||
if(update)
|
||||
update.get();
|
||||
|
||||
|
|
|
|||
|
|
@ -282,7 +282,6 @@
|
|||
p.response.end(p.data);
|
||||
|
||||
Util.log( p.name + ' sended');
|
||||
Util.log( p.status === FILE_NOT_FOUND && p.data );
|
||||
},
|
||||
|
||||
function(pCallBack){
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@
|
|||
var lRet,
|
||||
lReq = pParams.request,
|
||||
lRes = pParams.response,
|
||||
lUrl = lReq.url,
|
||||
lUrl = pParams.name,
|
||||
lMethod = lReq.method,
|
||||
lConfig = main.config,
|
||||
lAPIURL = lConfig.api_url;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue