Revised the styles for blueprints to specify the URL, for consistency in the base account, account, currency, and journal entry management.

This commit is contained in:
2023-04-09 08:59:13 +08:00
parent 59a3cbb472
commit 4e550413ba
4 changed files with 24 additions and 24 deletions

View File

@ -41,7 +41,7 @@ def list_accounts() -> str:
list=pagination.list, pagination=pagination)
@bp.get("/<baseAccount:account>", endpoint="detail")
@bp.get("<baseAccount:account>", endpoint="detail")
@has_permission(can_view)
def show_account_detail(account: BaseAccount) -> str:
"""Shows the account detail.