feat(backend): added django_prometheus

This commit is contained in:
ITQ
2025-07-24 16:55:58 +03:00
parent 05029106f6
commit 0eec2f2187
4 changed files with 36 additions and 2 deletions
+2
View File
@@ -16,6 +16,8 @@ urlpatterns = [
path("admin/", admin.site.urls),
# API urls
path("", include("api.urls")),
# Prometheus urls
path("", include("django_prometheus.urls")),
]