app/config/routes.yml: add ":params" to cb-endpoint route.
This commit is contained in:
parent
6c6bc209e4
commit
1550aab606
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ router:
|
|||
controller: callback
|
||||
action: created
|
||||
cb-endpoint:
|
||||
pattern: '/cb/{id}'
|
||||
pattern: '/cb/{id}/:params'
|
||||
path:
|
||||
controller: callback
|
||||
action: endpoint
|
||||
|
|
|
|||
Reference in a new issue