add apikey
This commit is contained in:
@@ -23,11 +23,11 @@ LIMIT = 25
|
||||
def me():
|
||||
user: AuthenticatedUser = router.context['user']
|
||||
acls = collect.get_items(
|
||||
KeyPair(user.id, PrefixKey('acls#')),
|
||||
KeyPair(user.id, PrefixKey('acls')),
|
||||
limit=LIMIT,
|
||||
)
|
||||
workspaces = collect.get_items(
|
||||
KeyPair(user.id, PrefixKey('orgs#')),
|
||||
KeyPair(user.id, PrefixKey('orgs')),
|
||||
limit=LIMIT,
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user