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

Update file app.py

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