Sanitize input
This commit is contained in:
committed by
GitHub
parent
653fc3eb32
commit
1566dcf30f
@@ -17,8 +17,8 @@
|
||||
#
|
||||
|
||||
kapow route add -X POST --entrypoint '/bin/zsh -c' '/convert/{from}/{to}' - <<-'EOF'
|
||||
pandoc --from=$(kapow get /request/matches/from) \
|
||||
--to=$(kapow get /request/matches/to) \
|
||||
pandoc --from="$(kapow get /request/matches/from)" \
|
||||
--to="$(kapow get /request/matches/to)" \
|
||||
--output=>(kapow set /response/body) \
|
||||
=(kapow get /request/body)
|
||||
EOF
|
||||
|
||||
Reference in New Issue
Block a user