mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-19 09:24:51 +00:00
fix(rest) crash on /api/v1
This commit is contained in:
parent
7ab3e5549e
commit
a6b7e3a9bd
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@
|
|||
|
||||
lRet = Util.isContainStr(p.name, lAPIURL);
|
||||
if (lRet) {
|
||||
p.name = Util.removeStrOneTime(p.name, lAPIURL);
|
||||
p.name = Util.removeStrOneTime(p.name, lAPIURL) || '/';
|
||||
sendData(pParams);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue