@app.route('/file-downloads/') def file_downloads(): try: return render_template('downloads.html') except Exception as e: return str(e)
確定! 回上一頁