feature(config) mv apiURL to CloudFunc

This commit is contained in:
coderaiser 2014-05-11 15:14:12 -04:00
parent b9273f9166
commit 88713a9643
6 changed files with 59 additions and 54 deletions

View file

@ -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);