fix about page

This commit is contained in:
Nyx 2025-03-23 00:59:46 -05:00
parent 628b4c0148
commit bd19da9792

View file

@ -56,7 +56,7 @@ def case():
@app.route('/about') @app.route('/about')
def about(): def about():
return send_from_directory('static', 'about.sanitize_html') return send_from_directory('static', 'about.html')
if __name__ == '__main__': if __name__ == '__main__':
app.run(debug=True) app.run(debug=True)