diff --git a/backend/config/urls.py b/backend/config/urls.py index ffa0768d7..179875553 100644 --- a/backend/config/urls.py +++ b/backend/config/urls.py @@ -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",