Browse Source

Hot-fix: endpoint do prometheus endpoint URL

pull/3656/head
Edward Ribeiro 1 year ago
parent
commit
f045e5ebd5
  1. 2
      sapl/urls.py

2
sapl/urls.py

@ -69,7 +69,7 @@ urlpatterns += [
path("robots.txt", TemplateView.as_view( path("robots.txt", TemplateView.as_view(
template_name="robots.txt", content_type="text/plain")), template_name="robots.txt", content_type="text/plain")),
path('prometheus/', include('django_prometheus.urls')), path(r'', include('django_prometheus.urls')),
] ]

Loading…
Cancel
Save