diff --git a/files/routes/chat.py b/files/routes/chat.py index 5b98a75f17..041882fa79 100644 --- a/files/routes/chat.py +++ b/files/routes/chat.py @@ -16,6 +16,7 @@ if "load_chat" in sys.argv: online = [] messages = cache.get('chat') or [] + @app.get("/chat") @auth_required def chat( v):