WEB Debug + Trace

Co-Authored-By: brekotis <93345790+brekotis@users.noreply.github.com>
This commit is contained in:
Alexey
2026-08-25 12:59:41 +03:00
parent 0779cd0901
commit e774bc8c9a
48 changed files with 3744 additions and 435 deletions
+1
View File
@@ -112,6 +112,7 @@ fn reload_routes_expose_only_documented_methods_and_ids() {
Some(ALLOW_GET)
);
assert_eq!(reload_status_route_id("/v1/system/reload/42"), Some(42));
assert_eq!(allowed_methods_for_path("/web-status"), Some(ALLOW_GET));
assert_eq!(
reload_status_route_id("/v1/system/reload/not-a-number"),
None