caisse-bliss/config/routes.yaml
2023-06-23 11:51:39 +02:00

17 lines
363 B
YAML

controllers:
resource: ../src/Controller/
type: annotation
kernel:
resource: ../src/Kernel.php
type: annotation
# the "app_lucky_number" route name is not important yet
app_lucky_number:
path: /lucky/number
controller: App\Controller\DefaultController::number
#home:
# path: /
# controller: App\Controller\DefaultController::home