We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cfb83e commit e90072aCopy full SHA for e90072a
chp_api/dispatcher/urls.py
@@ -23,6 +23,7 @@
23
path('query/', views.query.as_view()),
24
path('query', views.query.as_view()),
25
path('meta_knowledge_graph/', views.meta_knowledge_graph.as_view()),
26
+ path('meta_knowledge_graph', views.meta_knowledge_graph.as_view()),
27
path('versions/', views.versions.as_view()),
28
path('transactions/', views.TransactionList.as_view(), name='transaction-list'),
29
path('recent/', views.RecentTransactionList.as_view(), name='recent-transaction-list'),
0 commit comments