FallenBirdyForm/rescuer/urls.py
2023-06-10 15:42:55 +02:00

5 lines
133 B
Python

from django.urls import path
from .views import rescuer_single
urlpatterns = [path("<id>", rescuer_single, name="rescuer_single")]