dev: separate endpoints for workspace assets and user assets (#420)

This commit is contained in:
pablohashescobar 2023-03-15 23:25:23 +05:30 committed by GitHub
parent b6ee197b40
commit 88754e6fc0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 75 additions and 9 deletions

View file

@ -51,7 +51,7 @@ from .cycle import (
CycleFavoriteViewSet,
DraftCyclesEndpoint,
)
from .asset import FileAssetEndpoint
from .asset import FileAssetEndpoint, UserAssetsEndpoint
from .issue import (
IssueViewSet,
WorkSpaceIssuesEndpoint,