2019-10-27 13:35:33 +01:00
|
|
|
MineSeekerBundle_homepage:
|
|
|
|
|
path: /
|
2026-04-09 12:10:37 +02:00
|
|
|
controller: App\Controller\GameController::index
|
2019-10-27 13:35:33 +01:00
|
|
|
|
|
|
|
|
MineSeekerBundle_gamePlay:
|
|
|
|
|
path: /play
|
2026-04-09 12:10:37 +02:00
|
|
|
controller: App\Controller\GameController::play
|
2019-10-27 13:35:33 +01:00
|
|
|
|
|
|
|
|
MineSeekerBundle_gamePlayWId:
|
|
|
|
|
path: /play/{gameAssoc}
|
2026-04-09 12:10:37 +02:00
|
|
|
controller: App\Controller\GameController::play
|
2019-10-27 13:35:33 +01:00
|
|
|
|
|
|
|
|
MineSeekerBundle_terms:
|
|
|
|
|
path: /terms-of-service
|
2026-04-09 12:10:37 +02:00
|
|
|
controller: App\Controller\GameController::terms
|
2019-10-27 13:35:33 +01:00
|
|
|
|
|
|
|
|
MineSeekerBundle_privacy:
|
|
|
|
|
path: /privacy-policy
|
2026-04-09 12:10:37 +02:00
|
|
|
controller: App\Controller\GameController::privacy
|
2019-10-27 13:35:33 +01:00
|
|
|
|
|
|
|
|
MineSeekerBundle_contact:
|
|
|
|
|
path: /contact
|
2026-04-09 12:10:37 +02:00
|
|
|
controller: App\Controller\GameController::contact
|
2019-10-27 13:35:33 +01:00
|
|
|
|
|
|
|
|
MineSeekerBundle_landing:
|
|
|
|
|
path: /landing-page
|
2026-04-09 12:10:37 +02:00
|
|
|
controller: App\Controller\GameController::landing
|