From f5b976d7fa30869c8a7768fa1f212c3134cf2a65 Mon Sep 17 00:00:00 2001 From: "Chen, Chien-ting" Date: Sun, 24 Jan 2021 20:41:17 +0800 Subject: [PATCH] fix bug --- gazhdict/gazhdict/urls.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gazhdict/gazhdict/urls.py b/gazhdict/gazhdict/urls.py index b595248..4190ba2 100644 --- a/gazhdict/gazhdict/urls.py +++ b/gazhdict/gazhdict/urls.py @@ -23,7 +23,7 @@ urlpatterns = [ path('admin/', admin.site.urls), path('hello/', hello_world), path('add_entry/', add_entry), - path('', index_search), + path('', ga_search, name="ga_search"), path('index.html', ga_search, name="ga_search"), path('ga_search//', ga_search, name="ga_search"), path('ga_search/', ga_search, name="ga_search"),