2016-09-22 13:56:57 +02:00
|
|
|
MineSeekerBundle_homepage:
|
|
|
|
|
path: /
|
2016-10-25 11:19:50 +02:00
|
|
|
defaults: { _controller: MineSeekerBundle:Game:index }
|
2016-12-14 15:50:48 +01:00
|
|
|
schemes: [https]
|
2016-10-25 11:19:50 +02:00
|
|
|
|
|
|
|
|
MineSeekerBundle_gamePlay:
|
|
|
|
|
path: /play
|
2016-09-23 22:57:35 +02:00
|
|
|
defaults: { _controller: MineSeekerBundle:Game:play }
|
2016-12-14 15:50:48 +01:00
|
|
|
schemes: [https]
|
2016-10-25 11:19:50 +02:00
|
|
|
|
|
|
|
|
MineSeekerBundle_gamePlayWId:
|
|
|
|
|
path: /play/{gameAssoc}
|
|
|
|
|
defaults: { _controller: MineSeekerBundle:Game:play }
|
2016-12-14 15:50:48 +01:00
|
|
|
schemes: [https]
|
2016-10-25 11:19:50 +02:00
|
|
|
|
2016-12-08 14:35:28 +01:00
|
|
|
MineSeekerBundle_slack:
|
|
|
|
|
path: /slack
|
|
|
|
|
defaults: { _controller: MineSeekerBundle:Game:slack }
|
2016-12-14 15:50:48 +01:00
|
|
|
schemes: [https]
|