diff --git a/src/registrar/views/health.py b/src/registrar/views/health.py index 40f7330a0..276dc4b09 100644 --- a/src/registrar/views/health.py +++ b/src/registrar/views/health.py @@ -2,6 +2,7 @@ from django.http import HttpResponse from login_required import login_not_required + # the health check endpoint needs to be globally available so that the # PaaS orchestrator can make sure the app has come up properly @login_not_required