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

45 lines
1.2 KiB
YAML
Raw Normal View History

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
MineSeekerBundle_gameReplay:
path: /re-play/{gameAssoc}
defaults: { _controller: MineSeekerBundle:Game:rePlay }
schemes: [https]
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]
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]