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:
parent
219bd190c0
commit
42e43c9a38
@ -78,7 +78,7 @@ function NetworkAPI() {
|
||||
recreate:recreate
|
||||
};
|
||||
$.ajax({
|
||||
url: _wifiboxURL + "/network/associate",
|
||||
url: _wifiboxCGIBinURL + "/network/associate",
|
||||
type: "POST",
|
||||
data: postData,
|
||||
dataType: 'json',
|
||||
|
Loading…
Reference in New Issue
Block a user