Skip to content

Commit

Permalink
Merge pull request #420 from PnX-SI/flaskadmin/index
Browse files Browse the repository at this point in the history
Serve index on / not /admin
  • Loading branch information
TheoLechemia authored Aug 2, 2023
2 parents eed685a + fa611b9 commit 0d68426
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apptax/admin/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def index(self):


taxhub_admin = Admin(
template_mode="bootstrap4", name="Administration Taxhub", index_view=TaxhubView()
template_mode="bootstrap4", name="Administration Taxhub", index_view=TaxhubView(url="/")
)


Expand Down

0 comments on commit 0d68426

Please sign in to comment.