This commit is contained in:
Aevann1 2022-03-23 18:01:49 +02:00
parent 3c16532396
commit 7cda011cb1

View file

@ -14,7 +14,7 @@ if "load_chat" in sys.argv:
socketio = SocketIO(app, async_mode='gevent', cors_allowed_origins=[SITE_FULL]) socketio = SocketIO(app, async_mode='gevent', cors_allowed_origins=[SITE_FULL])
typing = [] typing = []
online = [] online = []
messages = [] messages = r.get('chat')
@app.get("/chat") @app.get("/chat")
@auth_required @auth_required