From 364a3439d667036ce91826413e124f6e7c97d088 Mon Sep 17 00:00:00 2001 From: Oliver Stolpe Date: Wed, 5 Feb 2025 15:54:10 +0100 Subject: [PATCH] Updated urls.py --- backend/config/urls.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",