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

Update file app.py

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