Skip to content

Commit

Permalink
add events ui
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidBadura committed Jan 30, 2024
1 parent f85dcec commit 460e4cc
Show file tree
Hide file tree
Showing 9 changed files with 425 additions and 149 deletions.
4 changes: 4 additions & 0 deletions config/routes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,7 @@ patchlevel_event_sourcing_admin_inspection_index:
patchlevel_event_sourcing_admin_inspection_show:
path: /inspection/{aggregateName}/{aggregateId}
controller: Patchlevel\EventSourcingAdminBundle\Controller\InspectionController::showAction

patchlevel_event_sourcing_admin_event_index:
path: /event
controller: Patchlevel\EventSourcingAdminBundle\Controller\EventController::indexAction
Loading

0 comments on commit 460e4cc

Please sign in to comment.