Merge branch 'feat/app-static-cover-images' of https://github.com/makeplane/plane into feat/app-static-cover-images

This commit is contained in:
Jayash Tripathy
2025-11-27 22:44:29 +05:30
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,
)