mirror of
https://forge.chapril.org/tykayn/caisse-bliss
synced 2025-11-19 23:00:37 +01:00
14 lines
287 B
YAML
14 lines
287 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
|