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:
parent
219bd190c0
commit
42e43c9a38
@ -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',
|
||||||
|
Loading…
Reference in New Issue
Block a user