From d5ee3ca506e9745bd8faf88d7378c93b9a11c4c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roberto=20Abdelkader=20Mart=C3=ADnez=20P=C3=A9rez?= Date: Thu, 4 Apr 2019 08:51:25 +0200 Subject: [PATCH] Example changes. --- examples/operator.pow | 1 - examples/pdfeditor/pdfeditor.pow | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/examples/operator.pow b/examples/operator.pow index 6b05ce9..424bebf 100644 --- a/examples/operator.pow +++ b/examples/operator.pow @@ -3,7 +3,6 @@ GET /ps { } GET /ls { - echo "text/plain" > @fifo:response/header/Content-Type ls -la @value:request/params/path > @fifo:response/body } diff --git a/examples/pdfeditor/pdfeditor.pow b/examples/pdfeditor/pdfeditor.pow index d2dff0b..c41b7bd 100644 --- a/examples/pdfeditor/pdfeditor.pow +++ b/examples/pdfeditor/pdfeditor.pow @@ -16,4 +16,4 @@ POST /editor/pdf { } -GET / = pdfeditor.html +GET / = index.html