Skip to content

Commit e90072a

Browse files
Update urls.py
1 parent 3cfb83e commit e90072a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

chp_api/dispatcher/urls.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
path('query/', views.query.as_view()),
2424
path('query', views.query.as_view()),
2525
path('meta_knowledge_graph/', views.meta_knowledge_graph.as_view()),
26+
path('meta_knowledge_graph', views.meta_knowledge_graph.as_view()),
2627
path('versions/', views.versions.as_view()),
2728
path('transactions/', views.TransactionList.as_view(), name='transaction-list'),
2829
path('recent/', views.RecentTransactionList.as_view(), name='recent-transaction-list'),

0 commit comments

Comments
 (0)