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]
|
2016-12-21 18:46:32 +01:00
|
|
|
|
|
|
|
|
MineSeekerBundle_terms:
|
|
|
|
|
path: /terms-of-service
|
|
|
|
|
defaults: { _controller: MineSeekerBundle:Game:terms }
|
|
|
|
|
schemes: [https]
|
|
|
|
|
|
|
|
|
|
MineSeekerBundle_privacy:
|
|
|
|
|
path: /privacy-policy
|
|
|
|
|
defaults: { _controller: MineSeekerBundle:Game:privacy }
|
|
|
|
|
schemes: [https]
|
|
|
|
|
|
|
|
|
|
MineSeekerBundle_contact:
|
|
|
|
|
path: /contact
|
|
|
|
|
defaults: { _controller: MineSeekerBundle:Game:contact }
|
|
|
|
|
schemes: [https]
|
|
|
|
|
|
|
|
|
|
MineSeekerBundle_landing:
|
|
|
|
|
path: /landing-page
|
|
|
|
|
defaults: { _controller: MineSeekerBundle:Game:landing }
|
|
|
|
|
schemes: [https]
|