Skip to content

Commit

Permalink
💥 [#3283] Remove old redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
sergei-maertens committed Dec 12, 2024
1 parent 96e5a4a commit 3506583
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/openforms/api/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
Expand Down

0 comments on commit 3506583

Please sign in to comment.