From d1435a3d73765fa5e6822fc86bd4d77780641974 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Fri, 18 Jul 2025 17:10:41 +0200 Subject: ✨ GIS API: get types API MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ishtar_common/urls.py | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ishtar_common/urls.py') diff --git a/ishtar_common/urls.py b/ishtar_common/urls.py index 08474a869..f062700e4 100644 --- a/ishtar_common/urls.py +++ b/ishtar_common/urls.py @@ -381,6 +381,11 @@ urlpatterns = [ views_api.GISImportAPI.as_view(), name="api-gis-sources", ), + path( + "api/gis/type///", + views_api.GISTypeAPI.as_view(), + name="api-gis-type", + ), re_path(r"^profile(?:/(?P[0-9]+))?/$", views.ProfileEdit.as_view(), name="profile"), re_path( r"^save-search/(?P[a-z-]+)/(?P[a-z-]+)/$", -- cgit v1.2.3