Skip to content

Commit

Permalink
docs: fix broken example in body-transformer (apache#11409)
Browse files Browse the repository at this point in the history
  • Loading branch information
yardenshoham authored Jul 19, 2024
1 parent 85a6348 commit c4a917b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/en/latest/plugins/body-transformer.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ curl http://127.0.0.1:9180/apisix/admin/routes/test_ws \
"plugins": {
"body-transformer": {
"request": {
"template_is_base64": true,
"template": "'"$(base64 -w0 /path/to/my_template_file)"'"
}
}
Expand Down

0 comments on commit c4a917b

Please sign in to comment.