fix URLS error and support download file
This commit is contained in:
@@ -5,4 +5,5 @@ urlpatterns = [
|
||||
path('', views.dashboard, name='dashboard'),
|
||||
path('search/', views.search_page, name='search'),
|
||||
path('crawled-content/<int:content_id>/preview/', views.preview_crawled_content, name='preview_crawled_content'),
|
||||
path('crawled-content/<int:content_id>/download/', views.download_crawled_content, name='download_crawled_content'),
|
||||
]
|
||||
Reference in New Issue
Block a user