Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
dbchiro
dbchiroweb
Commits
f3f3a729
Commit
f3f3a729
authored
Mar 16, 2021
by
hypsug0
Browse files
fix: territory search from input with datalist to select
parent
f8f68b07
Changes
1
Hide whitespace changes
Inline
Side-by-side
api/urls.py
View file @
f3f3a729
...
...
@@ -19,6 +19,7 @@ from .views import (
places_in_metaplaces_as_geojson
,
places_in_metaplace_as_geojson
,
GeoJSONTiledPlaceData
,
StudyAutocomplete
,
)
app_name
=
"general_api"
...
...
@@ -89,4 +90,9 @@ urlpatterns = [
MetaPlaceAutocomplete
.
as_view
(),
name
=
"metaplace_autocomplete"
,
),
path
(
"v1/study/search"
,
StudyAutocomplete
.
as_view
(),
name
=
"study_autocomplete"
,
),
]
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment