Skip to content

Commit 1dab1cf

Browse files
committed
APIs to index source version concepts/mappings
1 parent a06b513 commit 1dab1cf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

core/sources/urls.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,8 @@
7373
views.SourceVersionRetrieveUpdateDestroyView.as_view(),
7474
name='source-version-detail'
7575
),
76+
path("<str:source>/<str:version>/concepts/indexes/", views.SourceConceptsIndexView.as_view()),
77+
path("<str:source>/<str:version>/mappings/indexes/", views.SourceMappingsIndexView.as_view()),
7678
path(
7779
'<str:source>/<str:version>/summary/',
7880
views.SourceVersionSummaryView.as_view(),

0 commit comments

Comments
 (0)