Stub for a handler of the root (/) of the web server with a html table and form for chat

This commit is contained in:
Jm Casler
2020-09-18 20:42:35 -07:00
parent 82fbedbf41
commit 6e3b22c624
2 changed files with 63 additions and 1 deletions

View File

@@ -14,3 +14,5 @@ void handleJSONChatHistory();
void notifyWebUI();
void handleHotspot();
void handleRoot();