MineSeekerBundle_homepage: path: / defaults: { _controller: MineSeekerBundle:Game:index } schemes: [https] MineSeekerBundle_gamePlay: path: /play defaults: { _controller: MineSeekerBundle:Game:play } schemes: [https] MineSeekerBundle_gamePlayWId: path: /play/{gameAssoc} defaults: { _controller: MineSeekerBundle:Game:play } schemes: [https] MineSeekerBundle_slack: path: /slack defaults: { _controller: MineSeekerBundle:Game:slack } schemes: [https]