Skip to content
Snippets Groups Projects
Commit e95bf565 authored by Tyler Gaw's avatar Tyler Gaw
Browse files

final push ?

parent f90ebb30
Branches main
No related tags found
No related merge requests found
Pipeline #359957 passed
......@@ -24,7 +24,7 @@ def serve():
@app.route('/')
def home():
return render_template('pages/team.html')
return render_template('pages/home.html')
@app.route('/<page>')
def pages(page):
......@@ -32,4 +32,4 @@ def pages(page):
# Main Function, Runs at http://0.0.0.0:8080
if __name__ == "__main__":
app.run(port=8080, debug=True)
app.run(port=8080)
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