From 173087d2daaa4c1b1de855ebf792bd9606f036c6 Mon Sep 17 00:00:00 2001 From: csae8092 Date: Mon, 23 Aug 2021 14:17:33 +0200 Subject: [PATCH] removed duplicated route --- archiv/urls.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/archiv/urls.py b/archiv/urls.py index 281cead..666ab73 100644 --- a/archiv/urls.py +++ b/archiv/urls.py @@ -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[0-9]+)$', views.KeyWordDetailView.as_view(),