mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-01-04 18:05:36 +10:00
much better tests and add page ui
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user