Update __init__.py

This commit is contained in:
willhockey20 2022-12-20 19:19:58 -05:00
parent c0a932d30c
commit 5913a8dd1b

View file

@ -56,7 +56,7 @@ def create_app():
#Code of conduct
@app.route('/conduct/conduct.pdf')
def conduct(path):
def conduct():
return url_for('static', filename='conduct.pdf')
# Homepage