mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-19 09:24:51 +00:00
minor changes
This commit is contained in:
parent
38cf218c2f
commit
4ef92711de
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