Skip to content

Commit

Permalink
Updated urls.py
Browse files Browse the repository at this point in the history
  • Loading branch information
stolpeo committed Feb 5, 2025
1 parent 95699c3 commit 364a343
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/config/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ def get(self, *args, **kwargs):
return HttpResponse(content, content_type="text/html")

urlpatterns += [
path(
re_path(
"-.*",
ServeStringView.as_view(),
name="vueapp-entrypoint",
Expand Down

0 comments on commit 364a343

Please sign in to comment.