From d79c626e599856d6d44f05a5d4ce47c1915965ca Mon Sep 17 00:00:00 2001 From: Nino Date: Thu, 19 Dec 2024 12:29:58 +0100 Subject: [PATCH] duplicate --- app/config/urls.py | 1 - 1 file changed, 1 deletion(-) diff --git a/app/config/urls.py b/app/config/urls.py index 0eab29be7..41f2cbbc4 100644 --- a/app/config/urls.py +++ b/app/config/urls.py @@ -110,7 +110,6 @@ def get(self, request, *args, **kwargs): ), path("health/", include("health_check.urls")), path("startup/", is_healthy), - path("startup/", is_healthy), path( ".well-known/security.txt", lambda: redirect("https://www.amsterdam.nl/security.txt"),