Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tekktrik committed Jan 1, 2024
1 parent 3a4346f commit dccf939
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flask_app/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def index():


@app.route("/", subdomain="menorah", methods=["GET", "POST"])
def menorah_indexindex():
def menorah_index():
"""Route for index (landing page) for menorah subdomain"""
input_form = MenorahSetupForm()
if input_form.validate_on_submit():
Expand Down

0 comments on commit dccf939

Please sign in to comment.