mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-07-28 18:24:38 -05:00
Feature: system status (#5743)
This commit is contained in:
@@ -32,6 +32,7 @@ from documents.views import SharedLinkView
|
||||
from documents.views import ShareLinkViewSet
|
||||
from documents.views import StatisticsView
|
||||
from documents.views import StoragePathViewSet
|
||||
from documents.views import SystemStatusView
|
||||
from documents.views import TagViewSet
|
||||
from documents.views import TasksViewSet
|
||||
from documents.views import UiSettingsView
|
||||
@@ -147,6 +148,11 @@ urlpatterns = [
|
||||
ProfileView.as_view(),
|
||||
name="profile_view",
|
||||
),
|
||||
re_path(
|
||||
"^status/",
|
||||
SystemStatusView.as_view(),
|
||||
name="system_status",
|
||||
),
|
||||
*api_router.urls,
|
||||
],
|
||||
),
|
||||
|
Reference in New Issue
Block a user