12 lines
259 B
YAML
12 lines
259 B
YAML
home:
|
|
path: /
|
|
controller: App\Controller\HomeController::index
|
|
|
|
home2:
|
|
path: /home
|
|
controller: App\Controller\HomeController::index
|
|
|
|
rider_locations:
|
|
path: /rider_locations
|
|
controller: App\Controller\HomeController::getRiderLocations
|
|
|