git-svn-id: http://78.47.251.156/svn/dev/sterntours-3@3479 f459cee4-fb09-11de-96c3-f9c5f16c3c76
15 lines
291 B
YAML
15 lines
291 B
YAML
|
|
app:
|
|
resource: "@AppBundle/Controller/"
|
|
type: annotation
|
|
route1:
|
|
path: /{req}
|
|
defaults: { _controller: 'AppBundle:Default:default' }
|
|
requirements:
|
|
req: ".+"
|
|
logout:
|
|
path: /logout
|
|
_image:
|
|
path: /_image//{slug}
|
|
defaults: { _controller: 'AppBundle:Image:show' }
|
|
|