Skip to content

Commit

Permalink
removed duplicated route
Browse files Browse the repository at this point in the history
  • Loading branch information
csae8092 committed Aug 23, 2021
1 parent e6ba3a7 commit 173087d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions archiv/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,11 +91,6 @@
KeyWordEndpoint.as_view(),
name='keyword_data'
),
url(
r'^cone-data/$',
KeyWordEndpoint.as_view(),
name='keyword_data'
),
url(
r'^keyword/detail/(?P<pk>[0-9]+)$',
views.KeyWordDetailView.as_view(),
Expand Down

0 comments on commit 173087d

Please sign in to comment.