12 lines
263 B
YAML
12 lines
263 B
YAML
#index:
|
|
# path: /
|
|
# controller: App\Controller\DefaultController::index
|
|
#
|
|
#
|
|
home:
|
|
path: /
|
|
controller: App\Controller\HomeController::index
|
|
|
|
rider_locations:
|
|
path: /rider_locations
|
|
controller: App\Controller\HomeController::getRiderLocations
|