diff options
author | Matt Ranostay <matt.ranostay@konsulko.com> | 2018-04-15 20:18:23 -0700 |
---|---|---|
committer | Matt Ranostay <matt.ranostay@konsulko.com> | 2018-04-15 20:18:23 -0700 |
commit | 328590c4f42851e148ec670ebc137a6609b9f23c (patch) | |
tree | 255d0144baf53418bbb012b165a88157f59ca989 /app/wifi/Wifi.qml | |
parent | ceaba63e706c2643480f4872f484a38c2183acda (diff) |
settings: wifi: remove unused http address from Wifi QML
Change-Id: I0bd05233465a85d30aa132b0fa5996b9a6a8a926
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
Diffstat (limited to 'app/wifi/Wifi.qml')
-rw-r--r-- | app/wifi/Wifi.qml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/app/wifi/Wifi.qml b/app/wifi/Wifi.qml index 77e0759..b30863c 100644 --- a/app/wifi/Wifi.qml +++ b/app/wifi/Wifi.qml @@ -30,11 +30,7 @@ SettingPage { readonly property bool isWifi: true property bool isInitializing: true - property string wifiAPIpath: bindingAddress + '/wifi-manager/' - //http://localhost:12345/api - property string address_str: bindingAddressWS - property string token_str: "" property string api_str: "wifi-manager" property string verb_str: "" |