Files
ninedad/config/routes.yaml

13 lines
322 B
YAML
Raw Normal View History

2025-07-28 17:10:56 +02:00
controllers:
resource:
path: ../src/Controller/
namespace: App\Controller
type: attribute
2025-08-01 18:14:21 +02:00
2025-08-01 18:31:29 +02:00
bninefilesbundle:
2025-08-02 11:38:02 +02:00
resource: '@BnineFilesBundle/config/routes.yaml'
2025-08-02 22:07:57 +02:00
prefix: '/bninefiles'
bninemdeditorbundle:
resource: '@BnineMdEditorBundle/config/routes.yaml'
prefix: '/bninemdeditor'