refactor: remove ProjectPublicCoverImagesEndpoint from project URLs and views

This commit is contained in:
Prateek Shourya
2025-11-27 20:22:24 +05:30
parent d539aa65e7
commit 8fee5f2aa4
2 changed files with 0 additions and 2 deletions

View File

@@ -11,7 +11,6 @@ from plane.app.views import (
ProjectIdentifierEndpoint,
ProjectFavoritesViewSet,
UserProjectInvitationsViewset,
ProjectPublicCoverImagesEndpoint,
UserProjectRolesEndpoint,
ProjectArchiveUnarchiveEndpoint,
)

View File

@@ -3,7 +3,6 @@ from .project.base import (
ProjectIdentifierEndpoint,
ProjectUserViewsEndpoint,
ProjectFavoritesViewSet,
ProjectPublicCoverImagesEndpoint,
DeployBoardViewSet,
ProjectArchiveUnarchiveEndpoint,
)