Using cgi-bin again for associate api call

This commit is contained in:
peteruithoven 2014-02-04 14:33:08 +01:00
parent 219bd190c0
commit 42e43c9a38
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ function NetworkAPI() {
recreate:recreate
};
$.ajax({
url: _wifiboxURL + "/network/associate",
url: _wifiboxCGIBinURL + "/network/associate",
type: "POST",
data: postData,
dataType: 'json',