Skip to content
Snippets Groups Projects
Commit 4bb80bb3 authored by Bertrand PINEL's avatar Bertrand PINEL
Browse files

Fix a small error on mapping template

parent 5b66e17b
No related branches found
No related tags found
No related merge requests found
#set($allParams = $input.params())
{
"body-json" : $input.json('$'),
"params" : {
#foreach($type in $allParams.keySet())
#set($params = $allParams.get($type))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment