diff --git a/poc/examples/pdfeditor/pdfeditor.pow b/poc/examples/pdfeditor/pdfeditor.pow index b84c8fa..00db1da 100755 --- a/poc/examples/pdfeditor/pdfeditor.pow +++ b/poc/examples/pdfeditor/pdfeditor.pow @@ -16,5 +16,5 @@ # limitations under the License. # -kapow route add -X POST --entrypoint ./topdf '/editor/pdf' +kapow route add -X POST --entrypoint ./topdf '/editor/pdf' kapow route add / -c 'response /headers/Content-Type text/html && response /body < pdfeditor.html'