ebs/config/routes.yaml
2023-12-21 08:49:38 +01:00

13 lines
412 B
YAML

# load everyting in Controller and use attributes
controllers:
resource: ../src/Controller/
type: attribute
# avoid to have an empty and not used function in SecurityController
app_logout:
path: /logout
# Payoum:
# @see https://github.com/Payum/Payum/blob/master/docs/symfony/get-it-started.md#payum-bundle-get-it-started"
payum_all:
resource: "@PayumBundle/Resources/config/routing/all.xml"