From 34e76caa9db2918a538959735e2ca289c94baebc Mon Sep 17 00:00:00 2001 From: Joshua Laymon Date: Sat, 16 Aug 2025 22:33:45 +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..df05380 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("api/recent-views/", core_views.api_get_recent_views, name="api_get_recent_views") ] \ No newline at end of file