Move the dashboard routes to home.yaml. #270
This commit is contained in:
parent
934afecee2
commit
2bb213ef33
2 changed files with 8 additions and 7 deletions
|
|
@ -3,10 +3,3 @@
|
|||
# controller: App\Controller\DefaultController::index
|
||||
#
|
||||
#
|
||||
home:
|
||||
path: /
|
||||
controller: App\Controller\HomeController::index
|
||||
|
||||
rider_locations:
|
||||
path: /rider_locations
|
||||
controller: App\Controller\HomeController::getRiderLocations
|
||||
|
|
|
|||
8
config/routes/home.yaml
Normal file
8
config/routes/home.yaml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
home:
|
||||
path: /
|
||||
controller: App\Controller\HomeController::index
|
||||
|
||||
rider_locations:
|
||||
path: /rider_locations
|
||||
controller: App\Controller\HomeController::getRiderLocations
|
||||
|
||||
Loading…
Reference in a new issue