21 lines
544 B
YAML
21 lines
544 B
YAML
MineSeekerBundle_homepage:
|
|
path: /
|
|
defaults: { _controller: MineSeekerBundle:Game:index }
|
|
|
|
MineSeekerBundle_gamePlay:
|
|
path: /play
|
|
defaults: { _controller: MineSeekerBundle:Game:play }
|
|
|
|
MineSeekerBundle_gamePlayWId:
|
|
path: /play/{gameAssoc}
|
|
defaults: { _controller: MineSeekerBundle:Game:play }
|
|
|
|
MineSeekerBundle_slack:
|
|
path: /slack
|
|
defaults: { _controller: MineSeekerBundle:Game:slack }
|
|
|
|
#MineSeekerBundle_gameList:
|
|
# path: /list
|
|
# defaults: { _controller: MineSeekerBundle:Game:list }
|
|
|