much better tests and add page ui

This commit is contained in:
Nick Sweeting
2025-12-29 04:02:11 -08:00
parent 9487f8a0de
commit 30c60eef76
93 changed files with 2998 additions and 2712 deletions

View File

@@ -47,7 +47,7 @@ urlpatterns = [
path('admin/live-progress/', live_progress_view, name='live_progress'),
path('admin/', archivebox_admin.urls),
path("api/", include('api.urls'), name='api'),
path("api/", include('archivebox.api.urls'), name='api'),
path('health/', HealthCheckView.as_view(), name='healthcheck'),
path('error/', lambda *_: 1/0), # type: ignore