|
@@ -24,6 +24,7 @@ urlpatterns = [
|
|
|
path('add_article', article.add_article),
|
|
|
path('get_all_article', article.get_all_article),
|
|
|
path('to_edit/<pk>', article.to_edit),
|
|
|
+ path('cancel_show_index/<pk>', article.cancel_show_index),
|
|
|
path(r'<pk>.html', article.show_article),
|
|
|
path('edit_article', article.edit_article),
|
|
|
path('delete_article', article.delete_article),
|