Archived
1
0
Fork 0

app/config/routes.yml: add ":params" to cb-endpoint route.

This commit is contained in:
Henrik Hautakoski 2018-08-06 20:19:24 +02:00
parent 6c6bc209e4
commit 1550aab606
No known key found for this signature in database
GPG key ID: 839F3A7EAFAEAFAA

View file

@ -18,7 +18,7 @@ router:
controller: callback
action: created
cb-endpoint:
pattern: '/cb/{id}'
pattern: '/cb/{id}/:params'
path:
controller: callback
action: endpoint