gist/app/config/routing.yml

8 lines
235 B
YAML
Raw Normal View History

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