From 52171dd085cea41b046c8e5c6e400fa0e4861c28 Mon Sep 17 00:00:00 2001 From: Joshua Laymon Date: Sat, 23 Aug 2025 15:09:59 +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 9d97161..39fc891 100644 --- a/web/illustrations/urls.py +++ b/web/illustrations/urls.py @@ -29,6 +29,7 @@ urlpatterns = [ path("api/tts//", views_tts.api_tts_for_entry, name="api_tts_for_entry"), path("settings/delete-all/", core_views.delete_all_entries, name="delete_all_entries"), path("tools/import/", core_views.import_wizard, name="import_wizard"), + path("api/set-highlight-hits/", feat_views.api_set_highlight_hits, name="api_set_highlight_hits"), # Export/Import/etc (keep what you use) path("export/", core_views.export_csv, name="export_csv"),