+
diff --git a/server/config/urls.py b/server/config/urls.py
index aee079ea..25023fe1 100644
--- a/server/config/urls.py
+++ b/server/config/urls.py
@@ -18,7 +18,7 @@ from vbv_lernwelt.core.middleware.auth import django_view_authentication_exempt
from vbv_lernwelt.core.views import (
rate_limit_exceeded_view,
permission_denied_view,
- check_rate_limit, cypress_reset_view,
+ check_rate_limit, cypress_reset_view, vue_home,
)
from .wagtail_api import wagtail_api_router
@@ -112,5 +112,5 @@ if settings.DEBUG:
# serve everything else via the vue app
-# urlpatterns += [re_path(r'^.*$', vue_home, name='home')]
+urlpatterns += [re_path(r'^.*$', vue_home, name='home')]