mirror of
https://github.com/pds-nest/nest.git
synced 2024-11-25 06:24:19 +00:00
Resolve issue #224
This commit is contained in:
parent
1019a43832
commit
315996bb17
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ def page_users():
|
||||||
application/json:
|
application/json:
|
||||||
schema: Error
|
schema: Error
|
||||||
tags:
|
tags:
|
||||||
- user-related
|
- admin-only
|
||||||
"""
|
"""
|
||||||
user = find_user(get_jwt_identity())
|
user = find_user(get_jwt_identity())
|
||||||
if request.method == "GET":
|
if request.method == "GET":
|
||||||
|
|
Loading…
Reference in a new issue