mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
fix(github) api_url -> apiURL
This commit is contained in:
parent
0445ddeaed
commit
32c014f94e
1 changed files with 1 additions and 1 deletions
|
|
@ -68,7 +68,7 @@ var CloudCmd, Util, DOM, $, Github, cb;
|
|||
CloudCmd.getConfig(function(pConfig) {
|
||||
DOM.ajax({
|
||||
type : 'put',
|
||||
url : pConfig && pConfig.api_url + '/auth',
|
||||
url : pConfig && pConfig.apiURL + '/auth',
|
||||
data : Util.removeStr(lCode, '?code='),
|
||||
success : function(pData) {
|
||||
if (pData && pData.token) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue