Update web/illustrations/urls.py
This commit is contained in:
parent
3ad80494a0
commit
a7af243d2d
@ -27,6 +27,7 @@ urlpatterns = [
|
||||
path("tools/normalize-source/", core_views.normalize_source, name="normalize_source"),
|
||||
path("tools/normalize-subjects/", core_views.normalize_subjects, name="normalize_subjects"),
|
||||
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"),
|
||||
|
||||
# Export/Import/etc (keep what you use)
|
||||
path("export/", core_views.export_csv, name="export_csv"),
|
||||
|
||||
Loading…
Reference in New Issue
Block a user