gist/app/config/routing.yml

8 lines
219 B
YAML
Raw Normal View History

2015-05-05 20:33:05 +02:00
home:
path: /
2015-05-06 20:35:30 +02:00
defaults: { _controller: Gist\Controller\EditController::createAction, _locale: en }
view:
path: /{gist}
defaults: { _controller: Gist\Controller\ViewController::viewAction, _locale: en }