This commit is contained in:
2019-05-17 21:35:48 +08:00
committed by JerryYan
parent b4559f6771
commit fecd35844f
3 changed files with 6 additions and 15 deletions

View File

@ -10,8 +10,6 @@ from liveDownloader import run as RUN
app = Flask(__name__)
app.config['JSON_AS_ASCII'] = False
CORS(app, supports_credentials=True)
# url_for('static', filename='index.html')
# url_for('static', filename='index.js')
@app.route("/")