Adding backend/LogController::index()
This commit is contained in:
parent
778c7127b3
commit
5fb9880a1b
3 changed files with 58 additions and 0 deletions
|
|
@ -64,3 +64,6 @@ router:
|
|||
backend-user-list:
|
||||
pattern: '/admin/user/list/{page:([0-9]+)}'
|
||||
path: backend::user::index
|
||||
backend-log:
|
||||
pattern: '/admin/log{page:/?([0-9]+)?}'
|
||||
path: backend::log::index
|
||||
|
|
|
|||
Reference in a new issue