refactor: backend code cleanup (#177)
* refactor: segregate urls in urls.py * refactor: remove all people endpoint * refactor: update file asset endpoint with slug and remove unused imports in issue * fix: remove people endpoint from __init__ * refactor: update permission logic to handle GET requests * feat: add url for sign up endpoint in urls * refactor: update the permission layer
This commit is contained in:
parent
1f1472b00c
commit
f12b7ef923
6 changed files with 88 additions and 90 deletions
|
|
@ -13,7 +13,6 @@ from .project import (
|
|||
ProjectMemberUserEndpoint,
|
||||
)
|
||||
from .people import (
|
||||
PeopleEndpoint,
|
||||
UserEndpoint,
|
||||
UpdateUserOnBoardedEndpoint,
|
||||
)
|
||||
|
|
@ -64,6 +63,7 @@ from .auth_extended import (
|
|||
|
||||
|
||||
from .authentication import (
|
||||
SignUpEndpoint,
|
||||
SignInEndpoint,
|
||||
SignOutEndpoint,
|
||||
MagicSignInEndpoint,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue