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
|
controller: callback
|
||||||
action: created
|
action: created
|
||||||
cb-endpoint:
|
cb-endpoint:
|
||||||
pattern: '/cb/{id}'
|
pattern: '/cb/{id}/:params'
|
||||||
path:
|
path:
|
||||||
controller: callback
|
controller: callback
|
||||||
action: endpoint
|
action: endpoint
|
||||||
|
|
|
||||||
Reference in a new issue