2016-09-22 13:56:57 +02:00
|
|
|
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 }
|
|
|
|
|
|