Skip to content
This repository has been archived by the owner on Nov 21, 2024. It is now read-only.

Commit

Permalink
grafana add
Browse files Browse the repository at this point in the history
  • Loading branch information
DonHaul committed Aug 28, 2024
1 parent d52647a commit 1f61fe8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backoffice/config/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
),
path("api/token/", TokenObtainPairView.as_view(), name="token_obtain_pair"),
path("api/token/refresh/", TokenRefreshView.as_view(), name="token_refresh"),
path("", include("django_prometheus.urls")),
]


Expand Down

0 comments on commit 1f61fe8

Please sign in to comment.