Skip to content

Commit

Permalink
APIs to index source version concepts/mappings
Browse files Browse the repository at this point in the history
  • Loading branch information
snyaggarwal committed Jan 31, 2025
1 parent a06b513 commit 1dab1cf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/sources/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@
views.SourceVersionRetrieveUpdateDestroyView.as_view(),
name='source-version-detail'
),
path("<str:source>/<str:version>/concepts/indexes/", views.SourceConceptsIndexView.as_view()),
path("<str:source>/<str:version>/mappings/indexes/", views.SourceMappingsIndexView.as_view()),
path(
'<str:source>/<str:version>/summary/',
views.SourceVersionSummaryView.as_view(),
Expand Down

0 comments on commit 1dab1cf

Please sign in to comment.