From bdb4f4914a64d3de1762a775d08ad90be051b489 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Wed, 23 Mar 2022 18:05:11 +0200 Subject: [PATCH] f --- files/routes/chat.py | 1 + 1 file changed, 1 insertion(+) 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):