DEBSOURCES
Skip Quicknav
sources / python-django-health-check / 3.20.0-1 / tests / testapp / urls.py
12345
from django.urls import include, path urlpatterns = [ path("ht/", include("health_check.urls")), ]