mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-26 22:22:16 +03:00
управление ошибками
This commit is contained in:
@@ -13,6 +13,10 @@ void standWebServerInit() {
|
||||
HTTP.send(200, "application/json", settingsFlashJson);
|
||||
});
|
||||
|
||||
HTTP.on("/errors.json", HTTP_GET, []() {
|
||||
HTTP.send(200, "application/json", errorsHeapJson);
|
||||
});
|
||||
|
||||
HTTP.on("/paramsh.json", HTTP_GET, []() {
|
||||
HTTP.send(200, "application/json", paramsHeapJson);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user