diff --git a/web/rest/base.py b/web/rest/base.py index 381c7b8..fb919c6 100644 --- a/web/rest/base.py +++ b/web/rest/base.py @@ -18,6 +18,7 @@ "/rest/tag": "TAG", "/rest/slo": "SLO", "/rest/log": None, # This must not be sent to the socket + "/rest/command": None, # Example: round_all_files (handled by the webserver) }