Using cgibin for saving configuration again

This commit is contained in:
peteruithoven 2014-02-07 14:37:06 +01:00
parent c058f40b8b
commit eaed4c9efc
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ function ConfigAPI() {
this.save = function(newSettings,completeHandler,failedHandler) {
//console.log("ConfigAPI:save");
$.ajax({
url: _wifiboxURL + "/config",
url: _wifiboxCGIBinURL + "/config",
type: "POST",
data: newSettings,
dataType: 'json',