new: usr: add mineseeker game to the symfony 4 project #3
This commit is contained in:
27
config/routes/mineseeker.yaml
Normal file
27
config/routes/mineseeker.yaml
Normal file
@@ -0,0 +1,27 @@
|
||||
MineSeekerBundle_homepage:
|
||||
path: /
|
||||
controller: App\Controller\GameController:index
|
||||
|
||||
MineSeekerBundle_gamePlay:
|
||||
path: /play
|
||||
controller: App\Controller\GameController:play
|
||||
|
||||
MineSeekerBundle_gamePlayWId:
|
||||
path: /play/{gameAssoc}
|
||||
controller: App\Controller\GameController:play
|
||||
|
||||
MineSeekerBundle_terms:
|
||||
path: /terms-of-service
|
||||
controller: App\Controller\GameController:terms
|
||||
|
||||
MineSeekerBundle_privacy:
|
||||
path: /privacy-policy
|
||||
controller: App\Controller\GameController:privacy
|
||||
|
||||
MineSeekerBundle_contact:
|
||||
path: /contact
|
||||
controller: App\Controller\GameController:contact
|
||||
|
||||
MineSeekerBundle_landing:
|
||||
path: /landing-page
|
||||
controller: App\Controller\GameController:landing
|
||||
Reference in New Issue
Block a user