Skip to content

Commit

Permalink
small change to trigger ci
Browse files Browse the repository at this point in the history
  • Loading branch information
matmair committed Jul 18, 2023
1 parent 7603f11 commit 1f1381a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions InvenTree/web/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ def get(self, request, *args, **kwargs):

urlpatterns = [
path("assets/<path:path>", RedirectAssetView.as_view()),

re_path(r"^(?P<path>.*)/$", spa_view),
path("", spa_view),
]

0 comments on commit 1f1381a

Please sign in to comment.