Fixed the documentation of the list_accounts view.

This commit is contained in:
依瑪貓 2023-02-06 11:07:18 +08:00
parent 6af29e7df7
commit 895bca2508

View File

@ -38,7 +38,7 @@ bp: Blueprint = Blueprint("account", __name__)
@bp.get("", endpoint="list") @bp.get("", endpoint="list")
@has_permission(can_view) @has_permission(can_view)
def list_accounts() -> str: def list_accounts() -> str:
"""Lists the base accounts. """Lists the accounts.
:return: The account list. :return: The account list.
""" """