From b947b942022e8e189179c9d47546aff000539fd1 Mon Sep 17 00:00:00 2001 From: Joshua Laymon Date: Sun, 7 Sep 2025 21:23:13 +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 4132680..7de7845 100644 --- a/web/illustrations/urls.py +++ b/web/illustrations/urls.py @@ -54,6 +54,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/", views.api_update_pub_codes, name="api_update_pub_codes"), # --- NEW (PWA) --- re_path(