Add mirroring web-calls

This commit is contained in:
logicog
2025-10-29 15:39:47 +01:00
parent 2008d490a9
commit 51c5bd75eb
4 changed files with 77 additions and 6 deletions
+2
View File
@@ -441,6 +441,8 @@ void httpd_appcall(void)
send_counters(q[19]-'0');
} else if (is_word(q, "/eee.json")) {
send_eee();
} else if (is_word(q, "/mirror.json")) {
send_mirror();
} else {
send_not_found();
}