17 lines
356 B
YAML
17 lines
356 B
YAML
controllersIndex:
|
|
resource:
|
|
path: ../src/Controller/
|
|
namespace: App\Controller
|
|
type: attribute
|
|
defaults:
|
|
schemes: [ https ]
|
|
|
|
controllersSearch:
|
|
resource:
|
|
path: ../src/Search/Framework/Controller
|
|
namespace: App\Search\Framework\Controller
|
|
type: attribute
|
|
defaults:
|
|
schemes: [ https ]
|
|
|