Revised the names of the API views in the accounting application.

This commit is contained in:
2020-08-09 14:20:59 +08:00
parent 5c7636d37e
commit 375f0db9e0
6 changed files with 10 additions and 10 deletions

View File

@ -1060,7 +1060,7 @@ def account_form(request, account=None):
@require_GET
@login_required
def api_account_all(request):
def api_account_list(request):
"""The API view to return all the accounts.
Args:
@ -1074,7 +1074,7 @@ def api_account_all(request):
@require_GET
@login_required
def account_options(request):
def api_account_options(request):
"""The view to return the account options.
Args: