Skip to content

Commit

Permalink
Update app.py
Browse files Browse the repository at this point in the history
  • Loading branch information
dgtlntv committed Apr 29, 2024
1 parent 1b4463f commit 1f30870
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vanilla/webapp/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ def utility_processor():

@app.route('/')
def forward():
return redirect("/docs/components/accordion", code=302)
return redirect("/docs/foundations/icons", code=302)

template_finder_view = TemplateFinder.as_view("template_finder")

Expand Down

0 comments on commit 1f30870

Please sign in to comment.