chore: formatting and typo fixes
This commit is contained in:
parent
fb3295f5f4
commit
3bccda0c86
15 changed files with 74 additions and 216 deletions
|
|
@ -68,9 +68,7 @@ urlpatterns = [
|
|||
# user workspace invitations
|
||||
path(
|
||||
"users/me/workspaces/invitations/",
|
||||
UserWorkspaceInvitationsViewSet.as_view(
|
||||
{"get": "list", "post": "create"}
|
||||
),
|
||||
UserWorkspaceInvitationsViewSet.as_view({"get": "list", "post": "create"}),
|
||||
name="user-workspace-invitations",
|
||||
),
|
||||
path(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue