[WEB-1559] chore: updated pages response (#4821)
* dev: fix pages responses * chore: updated pages response * fix: search endpoint * fix: pages delete endpoint * fix: command k pages response --------- Co-authored-by: pablohashescobar <nikhilschacko@gmail.com>
This commit is contained in:
parent
1028ec8735
commit
aba2af9a7c
10 changed files with 212 additions and 116 deletions
|
|
@ -180,7 +180,8 @@ from .page.base import (
|
|||
PagesDescriptionViewSet,
|
||||
)
|
||||
|
||||
from .search import GlobalSearchEndpoint, IssueSearchEndpoint
|
||||
from .search.base import GlobalSearchEndpoint
|
||||
from .search.issue import IssueSearchEndpoint
|
||||
|
||||
|
||||
from .external.base import (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue