caisse-bliss/config/routes.yaml

17 lines
363 B
YAML
Raw Normal View History

2023-06-19 12:13:30 +02:00
controllers:
resource: ../src/Controller/
type: annotation
kernel:
resource: ../src/Kernel.php
type: annotation
2023-06-20 19:14:19 +02:00
# the "app_lucky_number" route name is not important yet
app_lucky_number:
path: /lucky/number
controller: App\Controller\DefaultController::number
2023-06-23 11:51:39 +02:00
#home:
# path: /
# controller: App\Controller\DefaultController::home