Fix urls.py

editing mistake in be7ac2043b
This commit is contained in:
Klaas van Schelven
2025-09-08 15:39:40 +02:00
parent be7ac2043b
commit 9a36426689

View File

@@ -50,6 +50,7 @@ urlpatterns = [
path("api/0/organizations/<slug:organization_slug>/artifactbundle/assemble/", artifact_bundle_assemble,
name="artifact_bundle_assemble"),
path('api/', include('ingest.urls')),
path('api/0/', api_root, name='api_root'),
path('api/<path:subpath>', api_catch_all, name='api_catch_all'),