This commit is contained in:
Aevann1 2022-03-23 18:05:11 +02:00
parent f2fb1117d5
commit 6ef3c312cf

View file

@ -16,6 +16,7 @@ if "load_chat" in sys.argv:
online = [] online = []
messages = cache.get('chat') or [] messages = cache.get('chat') or []
@app.get("/chat") @app.get("/chat")
@auth_required @auth_required
def chat( v): def chat( v):