diff --git a/web/illustrations/urls.py b/web/illustrations/urls.py index 6a82e15..e612ace 100644 --- a/web/illustrations/urls.py +++ b/web/illustrations/urls.py @@ -41,4 +41,5 @@ urlpatterns = [ path("api/get-search-history/", feat_views.api_get_search_history, name="api_get_search_history"), path("api/log-view//", feat_views.api_log_view, name="api_log_view"), path("api/get-recent-views/", feat_views.api_get_recent_views, name="api_get_recent_views"), + path("settings/", core_views.settings_home, name="settings_home"), ] \ No newline at end of file