Skip to content
Snippets Groups Projects
Commit 9dd94b2d authored by Harry Hughes's avatar Harry Hughes
Browse files

Replace routes.py

parent 0a7930fd
No related branches found
No related tags found
No related merge requests found
......@@ -24,7 +24,7 @@ def cv():
@app.route('/download')
def download():
return send_file('static\pdf\cv.pdf', as_attachment=True)
return send_file('static/pdf/cv.pdf', as_attachment=True)
@app.route("/blog")
def blog():
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment