1
Fork 0
mirror of https://github.com/pds-nest/nest.git synced 2024-10-16 20:17:25 +00:00

Resolve issue #224

This commit is contained in:
Lorenzo Balugani 2021-05-12 17:35:41 +02:00
parent 1019a43832
commit 315996bb17

View file

@ -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":