From 5f681ae589b28e3c175a598d61f132d520210b9a Mon Sep 17 00:00:00 2001 From: Joshua Laymon Date: Sun, 7 Sep 2025 21:33:13 +0000 Subject: [PATCH] Update web/illustrations/urls.py --- web/illustrations/urls.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/illustrations/urls.py b/web/illustrations/urls.py index dab900b..c69fd38 100644 --- a/web/illustrations/urls.py +++ b/web/illustrations/urls.py @@ -55,7 +55,7 @@ urlpatterns = [ 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"), path("settings/theme/", core_views.set_theme, name="set_theme"), # ✅ FIXED - path("api/update-pub-codes/", api_update_pub_codes, name="api_update_pub_codes"), + path("api/update-pub-codes/", core_views.api_update_pub_codes, name="api_update_pub_codes"), # --- NEW (PWA) --- re_path(