@ -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')),
]