0
0
mirror of https://github.com/Doodle3D/doodle3d-client.git synced 2024-11-22 09:17:56 +01:00

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

View File

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