Skip to content
Snippets Groups Projects
Commit aac00b1c authored by HauErn Lien's avatar HauErn Lien
Browse files

Update file app.py

parent f2506b15
No related branches found
No related tags found
No related merge requests found
......@@ -24,7 +24,7 @@ def serve():
@app.route('/')
def home():
return render_template('/pages/home.html')
return render_template('/pages/tryhomepage.html')
@app.route('/<page>')
def pages(page):
......
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