mirror of
https://github.com/lumapu/ahoy.git
synced 2025-06-01 02:01:38 +02:00
added update information to index.html
This commit is contained in:
parent
4f962ff962
commit
75628ad230
3 changed files with 23 additions and 3 deletions
|
@ -54,7 +54,6 @@ class RestApi {
|
|||
AsyncJsonResponse* response = new AsyncJsonResponse(false, 8192);
|
||||
JsonObject root = response->getRoot();
|
||||
|
||||
Inverter<> *iv = mSys->getInverterByPos(0, false);
|
||||
String path = request->url().substring(5);
|
||||
if(path == "html/system") getHtmlSystem(root);
|
||||
else if(path == "html/logout") getHtmlLogout(root);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue