Update web/illustrations/urls.py
This commit is contained in:
parent
2cf518b903
commit
b947b94202
@ -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(
|
||||
|
||||
Loading…
Reference in New Issue
Block a user