dfs
This commit is contained in:
parent
60140a0ec2
commit
ffecbbbc8e
1 changed files with 19 additions and 18 deletions
|
@ -1,13 +1,14 @@
|
|||
import time
|
||||
from files.helpers.wrappers import auth_required
|
||||
from files.helpers.sanitize import sanitize
|
||||
from files.helpers.const import *
|
||||
from datetime import datetime
|
||||
from flask_socketio import SocketIO, emit
|
||||
from files.__main__ import app
|
||||
from flask import render_template
|
||||
import sys
|
||||
|
||||
|
||||
if SITE_NAME=='PCM':
|
||||
@app.get("/chat")
|
||||
@auth_required
|
||||
def chat( v):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue