create first working communication
This commit is contained in:
@@ -1,3 +1,16 @@
|
||||
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 }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user