Private
Public Access
1
0
Files
MineSeeker/src/Mine/SeekerBundle/Resources/config/routing.yml

17 lines
436 B
YAML
Raw Normal View History

MineSeekerBundle_homepage:
path: /
2016-10-25 11:19:50 +02:00
defaults: { _controller: MineSeekerBundle:Game:index }
MineSeekerBundle_gamePlay:
path: /play
2016-09-23 22:57:35 +02:00
defaults: { _controller: MineSeekerBundle:Game:play }
2016-10-25 11:19:50 +02:00
MineSeekerBundle_gamePlayWId:
path: /play/{gameAssoc}
defaults: { _controller: MineSeekerBundle:Game:play }
MineSeekerBundle_gameList:
path: /list
defaults: { _controller: MineSeekerBundle:Game:list }