Add routing to ticket bundle

This commit is contained in:
Julien Fastré 2025-05-27 11:56:35 +02:00
parent 4b20b1bc01
commit e28d7df533
Signed by: julienfastre
GPG Key ID: BDE2190974723FCB
2 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,2 @@
chill_ticket_bundle:
resource: '@ChillTicketBundle/config/routes.yaml'

View File

@ -0,0 +1,3 @@
chill_ticket_controller:
resource: '@ChillTicketBundle/Controller/'
type: annotation