diff --git a/sapl/urls.py b/sapl/urls.py index 5f5c2e30f..0481a246b 100644 --- a/sapl/urls.py +++ b/sapl/urls.py @@ -69,7 +69,7 @@ urlpatterns += [ path("robots.txt", TemplateView.as_view( template_name="robots.txt", content_type="text/plain")), - path('prometheus/', include('django_prometheus.urls')), + path(r'', include('django_prometheus.urls')), ]