Archived
1
0
Fork 0

Adding backend/LogController::index()

This commit is contained in:
Henrik Hautakoski 2019-12-01 19:24:52 +01:00
parent 778c7127b3
commit 5fb9880a1b
No known key found for this signature in database
GPG key ID: 96765B12FEAC4745
3 changed files with 58 additions and 0 deletions

View file

@ -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