feat: create a dedicated endpoint to view logged in users project attributes
This commit is contained in:
parent
eae7e68947
commit
2bacbedeb7
3 changed files with 32 additions and 0 deletions
|
|
@ -10,6 +10,7 @@ from .project import (
|
|||
AddMemberToProjectEndpoint,
|
||||
ProjectJoinEndpoint,
|
||||
ProjectUserViewsEndpoint,
|
||||
ProjectMemberUserEndpoint,
|
||||
)
|
||||
from .people import (
|
||||
PeopleEndpoint,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue