remotes/1693045480750635534/spooky-22
Aevann1 2022-03-23 18:01:49 +02:00
parent 8e8976476f
commit dd8c9eb636
1 changed files with 1 additions and 1 deletions

View File

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