should just be working serverside at this point lol

This commit is contained in:
willhockey20 2022-12-20 19:25:58 -05:00
parent 5d1aa5b3a6
commit f264e92693

View file

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