Move the dashboard routes to home.yaml. #270

This commit is contained in:
Korina Cordero 2019-10-30 06:06:40 +00:00
parent 934afecee2
commit 2bb213ef33
2 changed files with 8 additions and 7 deletions

View file

@ -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
View file

@ -0,0 +1,8 @@
home:
path: /
controller: App\Controller\HomeController::index
rider_locations:
path: /rider_locations
controller: App\Controller\HomeController::getRiderLocations