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

17 lines
436 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_gameList:
path: /list
defaults: { _controller: MineSeekerBundle:Game:list }