feat: Add basic metrics

This commit is contained in:
2024-06-06 23:16:57 +02:00
parent 4857447c29
commit c38f1d2244
3 changed files with 30 additions and 1 deletions

View File

@@ -9,6 +9,7 @@ from . import views
urlpatterns = [
path("", views.index, name="index"),
path("rss/", LatestAdoptionNoticesFeed(), name="rss"),
path("metrics/", views.metrics, name="metrics"),
# ex: /animal/5/
path("tier/<int:animal_id>/", views.animal_detail, name="animal-detail"),
# ex: /animal/5/edit