testing something

This commit is contained in:
willhockey20 2022-12-20 19:22:39 -05:00
parent 5913a8dd1b
commit 7b756b330e

View file

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