mirror of
https://github.com/logicog/RTLPlayground.git
synced 2026-08-30 14:52:51 +08:00
Add mirroring web-calls
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user