mirror of
https://github.com/Doodle3D/doodle3d-client.git
synced 2024-11-24 10:07:57 +01:00
Using cgibin for saving configuration again
This commit is contained in:
parent
c058f40b8b
commit
eaed4c9efc
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user