From e22f523f2c85004a04e924b2edc141abf6cb58f8 Mon Sep 17 00:00:00 2001 From: Joshua Laymon Date: Sun, 7 Sep 2025 21:28:50 +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 1d2f082..099c021 100644 --- a/web/illustrations/urls.py +++ b/web/illustrations/urls.py @@ -7,7 +7,7 @@ from django.views.generic import TemplateView # NEW: for manifest / service wor from core import views as core_views from core import views_user_features as feat_views # NEW from core import views_tts -from web import views +from web.views import api_update_pub_codes urlpatterns = [ # Core app