mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-03 09:49:32 +02:00
fix events endpoint
This commit is contained in:
parent
7d208c3ebc
commit
1a32022949
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ void init_webserver() {
|
|||
request->send_P(200, "text/html", index_html, cellmonitor_processor);
|
||||
});
|
||||
|
||||
server.on("events", HTTP_GET, [](AsyncWebServerRequest* request) {
|
||||
server.on("/events", HTTP_GET, [](AsyncWebServerRequest* request) {
|
||||
request->send_P(200, "text/html", index_html, events_processor);
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue