From ca78d112c219d4b1faa7abb612644ac5a93fc399 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Mon, 3 Jun 2024 13:23:21 +0200 Subject: [PATCH] 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. --- tests/app/config/routes/chill_ticket.yaml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 tests/app/config/routes/chill_ticket.yaml diff --git a/tests/app/config/routes/chill_ticket.yaml b/tests/app/config/routes/chill_ticket.yaml new file mode 100644 index 000000000..2ee15ef05 --- /dev/null +++ b/tests/app/config/routes/chill_ticket.yaml @@ -0,0 +1,3 @@ +chill_ticket_app: + resource: '@ChillTicketBundle/Controller/' + type: annotation \ No newline at end of file