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

Update file app.py

parent fa39c0af
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('home.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