13 lines
322 B
YAML
13 lines
322 B
YAML
controllers:
|
|
resource:
|
|
path: ../src/Controller/
|
|
namespace: App\Controller
|
|
type: attribute
|
|
|
|
bninefilesbundle:
|
|
resource: '@BnineFilesBundle/config/routes.yaml'
|
|
prefix: '/bninefiles'
|
|
|
|
bninemdeditorbundle:
|
|
resource: '@BnineMdEditorBundle/config/routes.yaml'
|
|
prefix: '/bninemdeditor' |