project: fix function name error

This commit is contained in:
周中平 2024-01-18 11:29:18 +08:00
parent d52bc7ddef
commit 9f013a7ba5
Signed by: zhouzhongping
GPG Key ID: 6666822800008000

2
app.py
View File

@ -105,7 +105,7 @@ def proxy():
@app.route('/download', methods=['GET'])
def proxy():
def download():
url = request.args.get('url')
if not url:
return jsonify({