chore: remove obsolete controller action
This commit is contained in:
@@ -260,11 +260,6 @@ routeEnhancers:
|
||||
_arguments:
|
||||
travel_info: travelinfo
|
||||
travel_date: travelDate
|
||||
-
|
||||
routePath: '/{buspro_id}'
|
||||
_controller: 'Travelinfo::myep'
|
||||
_arguments:
|
||||
buspro_id: busProId
|
||||
-
|
||||
routePath: '/{travel_code}'
|
||||
_controller: 'Travelinfo::travelCode'
|
||||
@@ -278,13 +273,10 @@ routeEnhancers:
|
||||
routeFieldName: path_segment
|
||||
travel_date:
|
||||
type: PassthroughMapper
|
||||
buspro_id:
|
||||
type: PassthroughMapper
|
||||
travel_code:
|
||||
type: PassthroughMapper
|
||||
requirements:
|
||||
travel_date: '\d{4}\-\d{2}\-\d{2}|\d{2}\d{2}\d{4}'
|
||||
buspro_id: '\d+'
|
||||
PageTypeSuffix:
|
||||
type: PageType
|
||||
default: /
|
||||
|
||||
Reference in New Issue
Block a user