This commit is contained in:
flaskfarm
2022-10-14 15:38:44 +09:00
parent e0ab051c29
commit 206b116bf4
5 changed files with 9 additions and 21 deletions

View File

@@ -62,24 +62,6 @@ def robot_to_root():
return send_from_directory('', 'static/file/robots.txt')
@F.app.route("/")
@@ -126,3 +108,8 @@ def upload():
F.logger.error(traceback.format_exc())
return jsonify('fail')
# 3.10에서 이거 필수
@F.socketio.on('connect', namespace=f'/framework')
def connect():
pass