refactor: page views endpoint (#1130)

This commit is contained in:
pablohashescobar 2023-05-25 14:13:54 +05:30 committed by GitHub
parent 5beb50fa76
commit 16604dd31b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 50 additions and 274 deletions

View file

@ -118,10 +118,6 @@ from .page import (
PageBlockViewSet,
PageFavoriteViewSet,
CreateIssueFromPageBlockEndpoint,
RecentPagesEndpoint,
FavoritePagesEndpoint,
MyPagesEndpoint,
CreatedbyOtherPagesEndpoint,
)
from .search import GlobalSearchEndpoint, IssueSearchEndpoint