better message sending

This commit is contained in:
2026-08-26 18:43:12 +02:00
parent f431432eb0
commit 22fb3809af
3 changed files with 16 additions and 2 deletions
+1 -1
View File
@@ -49,7 +49,7 @@ def _tail(path: Path, line_count: int = 50) -> str:
return ""
@app.route(f"{URL_PREFIX}/event", methods=["GET", "POST"])
@app.post(f"{URL_PREFIX}/event")
def add_event():
data = request.get_json(silent=True)
if data is None: