From 38b9fcbf5be37b98cb1df4391b6514b31bc55070 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Mon, 2 Jun 2025 17:29:34 +0200 Subject: ✨ GIS API: GIS import 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 89f529a67..08474a869 100644 --- a/ishtar_common/urls.py +++ b/ishtar_common/urls.py @@ -376,6 +376,11 @@ urlpatterns = [ views_api.GISSourceAPI.as_view(), name="api-gis-sources", ), + path( + "api/gis/import///", + views_api.GISImportAPI.as_view(), + name="api-gis-sources", + ), 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