mirror of
https://github.com/lumapu/ahoy.git
synced 2025-05-29 08:46:11 +02:00
* start creation of visualisation api contents
* removed /json part -> moved to API * added missing update.html
This commit is contained in:
parent
78a9db5767
commit
810e16df6e
8 changed files with 95 additions and 47 deletions
|
@ -32,6 +32,7 @@ class webApi {
|
|||
void getNotFound(JsonObject obj, String url);
|
||||
void getIndex(JsonObject obj);
|
||||
void getSetup(JsonObject obj);
|
||||
void getLive(JsonObject obj);
|
||||
|
||||
AsyncWebServer *mSrv;
|
||||
app *mApp;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue