Fixed the documentation of the list_accounts view.
This commit is contained in:
parent
6af29e7df7
commit
895bca2508
@ -38,7 +38,7 @@ bp: Blueprint = Blueprint("account", __name__)
|
||||
@bp.get("", endpoint="list")
|
||||
@has_permission(can_view)
|
||||
def list_accounts() -> str:
|
||||
"""Lists the base accounts.
|
||||
"""Lists the accounts.
|
||||
|
||||
:return: The account list.
|
||||
"""
|
||||
|
Loading…
Reference in New Issue
Block a user