ФУНКЦИИ - МЕЖПРОЕКТНАЯ КОММУНИКАЦИЯ: очистка хранилища и проектные квоты
This commit is contained in:
@@ -36,6 +36,8 @@ from plane.app.views import (
|
||||
UserRecentVisitViewSet,
|
||||
WorkspaceHomePreferenceViewSet,
|
||||
WorkspaceStickyViewSet,
|
||||
WorkspaceStorageMaintenanceEndpoint,
|
||||
WorkspaceStorageProjectQuotaEndpoint,
|
||||
WorkspaceStorageSummaryEndpoint,
|
||||
WorkspaceUserPreferenceViewSet,
|
||||
)
|
||||
@@ -263,6 +265,16 @@ urlpatterns = [
|
||||
WorkspaceStorageSummaryEndpoint.as_view(),
|
||||
name="workspace-storage-summary",
|
||||
),
|
||||
path(
|
||||
"workspaces/<str:slug>/storage/maintenance/",
|
||||
WorkspaceStorageMaintenanceEndpoint.as_view(),
|
||||
name="workspace-storage-maintenance",
|
||||
),
|
||||
path(
|
||||
"workspaces/<str:slug>/storage/projects/<uuid:project_id>/quota/",
|
||||
WorkspaceStorageProjectQuotaEndpoint.as_view(),
|
||||
name="workspace-storage-project-quota",
|
||||
),
|
||||
# User Preference
|
||||
path(
|
||||
"workspaces/<str:slug>/sidebar-preferences/",
|
||||
|
||||
Reference in New Issue
Block a user