mirror of
https://github.com/pds-nest/nest.git
synced 2024-11-22 04:54:18 +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:
|
||||
schema: Error
|
||||
tags:
|
||||
- user-related
|
||||
- admin-only
|
||||
"""
|
||||
user = find_user(get_jwt_identity())
|
||||
if request.method == "GET":
|
||||
|
|
Loading…
Reference in a new issue