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 4cd647c commit 4ca7f9b
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 @@ -222,7 +222,7 @@ def class_reference(component=None):
def utility_processor():
return {"class_reference": class_reference, "image": image_template}

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

Expand Down

0 comments on commit 4ca7f9b

Please sign in to comment.