From 1024673cff8007c3dd511cac36d19540455629b4 Mon Sep 17 00:00:00 2001 From: Joshua Laymon Date: Wed, 20 Aug 2025 01:27:07 +0000 Subject: [PATCH] Update web/illustrations/urls.py --- web/illustrations/urls.py | 1 + 1 file changed, 1 insertion(+) 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