From 7a7dedab88a119c6a0ea762c6d24f5b5db96e3fa Mon Sep 17 00:00:00 2001 From: Junwei Zhao Date: Sun, 22 Mar 2026 16:29:38 +1100 Subject: [PATCH] Update --- core/urls.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/urls.py b/core/urls.py index 54f3c3d..762c147 100644 --- a/core/urls.py +++ b/core/urls.py @@ -50,8 +50,9 @@ urlpatterns = [ path('ui/netscan/', include('netscan.urls')), path('ui/files/', include('links.file_urls')), - # Import external image by URL — /import/images/ + # Import external image by URL — /import/images/ (also plural alias) path('import/images/', import_image_view, name='import-image'), + path('imports/images/', import_image_view, name='imports-image'), # Public file access — /public/files/{uuid}-{filename} re_path(