Skip to content

Commit

Permalink
Update urls.py
Browse files Browse the repository at this point in the history
  • Loading branch information
GregHydeDartmouth authored Aug 6, 2024
1 parent 3cfb83e commit e90072a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions chp_api/dispatcher/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
path('query/', views.query.as_view()),
path('query', views.query.as_view()),
path('meta_knowledge_graph/', views.meta_knowledge_graph.as_view()),
path('meta_knowledge_graph', views.meta_knowledge_graph.as_view()),
path('versions/', views.versions.as_view()),
path('transactions/', views.TransactionList.as_view(), name='transaction-list'),
path('recent/', views.RecentTransactionList.as_view(), name='recent-transaction-list'),
Expand Down

0 comments on commit e90072a

Please sign in to comment.