0
0
mirror of https://github.com/Doodle3D/doodle3d-client.git synced 2024-11-21 17:07:55 +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
};
$.ajax({
url: _wifiboxURL + "/network/associate",
url: _wifiboxCGIBinURL + "/network/associate",
type: "POST",
data: postData,
dataType: 'json',