异步优化写入备份
This commit is contained in:
12
api/api.py
12
api/api.py
@@ -1 +1,13 @@
|
||||
|
||||
# from flask import Flask
|
||||
|
||||
# app = Flask(__name__, static_folder="./web/dist/", static_url_path="")
|
||||
|
||||
|
||||
# @app.route("/")
|
||||
# def main():
|
||||
# return app.send_static_file("index.html")
|
||||
|
||||
|
||||
# def appRun():
|
||||
# pass
|
||||
Reference in New Issue
Block a user