parameter by path works too

This commit is contained in:
2021-11-25 14:54:18 +01:00
parent 10c3cab432
commit 26334719de
2 changed files with 3 additions and 3 deletions

View File

@ -68,7 +68,7 @@ $sep#slurp
#if $inputType['in'] == 'query'
[FromQuery #slurp
#elif $inputType['in'] == 'path'
[FromPath #slurp
[FromRoute #slurp
#else
#raise Exception('Invalid in for paramInput')
#end if