Skip to content

Commit

Permalink
updated app.py to correctly route from the settings
Browse files Browse the repository at this point in the history
to home page
  • Loading branch information
WLedden committed Sep 18, 2023
1 parent b3c3f57 commit 99258c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/client/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@

# index page route
@app.route("/")
@app.route("/index.html", endpoint='index')
def index():
return render_template('index.html')

Expand Down

1 comment on commit 99258c8

@alybally04
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

damn daniel 10 commits what a gamer 🙏🥚😫

Please sign in to comment.