forked from MarseyWorld/MarseyWorld
master
parent
97c9f0e318
commit
bdb4f4914a
|
@ -16,6 +16,7 @@ if "load_chat" in sys.argv:
|
|||
online = []
|
||||
messages = cache.get('chat') or []
|
||||
|
||||
|
||||
@app.get("/chat")
|
||||
@auth_required
|
||||
def chat( v):
|
||||
|
|
Loading…
Reference in New Issue