Add chill_ticket.yaml to configure routes

This commit adds a new file, chill_ticket.yaml, under the tests/app/config/routes directory in the ChillTicketBundle. This file is used to define the routes for the ChillTicket application.
This commit is contained in:
Julien Fastré 2024-06-03 13:23:21 +02:00
parent bcfd317d83
commit ca78d112c2
Signed by: julienfastre
GPG Key ID: BDE2190974723FCB

View File

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