f
This commit is contained in:
parent
f2fb1117d5
commit
6ef3c312cf
1 changed files with 1 additions and 0 deletions
|
@ -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):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue