From 3506583f2462194588d41b234e9c0fcbc1a2cf19 Mon Sep 17 00:00:00 2001 From: Sergei Maertens Date: Thu, 12 Dec 2024 22:54:59 +0100 Subject: [PATCH] :boom: [#3283] Remove old redirect --- src/openforms/api/urls.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/openforms/api/urls.py b/src/openforms/api/urls.py index de5413f989..286d637ea8 100644 --- a/src/openforms/api/urls.py +++ b/src/openforms/api/urls.py @@ -100,10 +100,6 @@ path("forms-import", FormsImportAPIView.as_view(), name="forms-import"), path("prefill/", include("openforms.prefill.api.urls")), path("validation/", include("openforms.validations.api.urls")), - path( - "location/get-street-name-and-city", - RedirectView.as_view(pattern_name="api:geo:address-autocomplete"), - ), path( "logic/description", GenerateLogicDescriptionView.as_view(),