mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-26 17:29:27 +00:00
feature(config) mv apiURL to CloudFunc
This commit is contained in:
parent
b9273f9166
commit
88713a9643
6 changed files with 59 additions and 54 deletions
|
|
@ -75,7 +75,7 @@
|
|||
var apiURL, name, ret;
|
||||
|
||||
if (request && response) {
|
||||
apiURL = main.config.apiURL;
|
||||
apiURL = CloudFunc.apiURL;
|
||||
name = main.getPathName(request);
|
||||
ret = Util.isContainStr(name, apiURL);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue