Updated the URI of the reports to be the default views of the application.

This commit is contained in:
2023-04-05 08:06:00 +08:00
parent 4c2dcc5070
commit 02fcabb0ce
14 changed files with 29 additions and 29 deletions

View File

@ -35,7 +35,7 @@ from testlib_journal_entry import NON_EMPTY_NOTE, EMPTY_NOTE, \
PREFIX: str = "/accounting/journal-entries"
"""The URL prefix for the journal entry management."""
RETURN_TO_URI: str = "/accounting/reports"
RETURN_TO_URI: str = "/accounting"
"""The URL to return to after the operation."""