mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-08-02 20:53:02 +00:00
minor changes
This commit is contained in:
parent
07fc194d70
commit
949eb7dd65
1 changed files with 1 additions and 1 deletions
|
|
@ -89,7 +89,7 @@
|
|||
}
|
||||
|
||||
if( Util.isContainStr(lCmd, 'fs') ){
|
||||
pParams.request.url = lCmd + '?json';
|
||||
pParams.request.url = '/' + lCmd + '?json';
|
||||
onFS({
|
||||
request : pParams.request,
|
||||
response: pParams.response,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue