mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-03 16:32:15 +02:00
health check to /health, updated testing of /health, cleaned up extraneous debug logging
This commit is contained in:
parent
7b64929d60
commit
2a676260c6
6 changed files with 39 additions and 20 deletions
|
@ -74,7 +74,7 @@ urlpatterns = [
|
|||
views.ApplicationWithdrawn.as_view(),
|
||||
name="application-withdrawn",
|
||||
),
|
||||
path("health/", views.health),
|
||||
path("health", views.health, name="health"),
|
||||
path("openid/", include("djangooidc.urls")),
|
||||
path("request/", include((application_urls, APPLICATION_NAMESPACE))),
|
||||
path("api/v1/available/", available, name="available"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue