Add LAG implementation in httpd

This commit is contained in:
logicog
2025-12-05 07:38:16 +01:00
parent 52fe23570c
commit 3679b46ff2
2 changed files with 31 additions and 4 deletions
+2
View File
@@ -570,6 +570,8 @@ void httpd_appcall(void)
send_eee();
} else if (is_word(q, "/mirror.json")) {
send_mirror();
} else if (is_word(q, "/lag.json")) {
send_lag();
} else if (is_word(q, "/config")) {
send_config();
} else if (is_word(q, "/cmd_log")) {