Update web/illustrations/urls.py

This commit is contained in:
Joshua Laymon 2025-08-23 15:09:59 +00:00
parent 690efdb66f
commit 52171dd085

View File

@ -29,6 +29,7 @@ urlpatterns = [
path("api/tts/<int:entry_id>/", 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"),