Example changes.

This commit is contained in:
Roberto Abdelkader Martínez Pérez
2019-04-04 08:51:25 +02:00
parent 1ba7ac2867
commit d5ee3ca506
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -3,7 +3,6 @@ GET /ps {
} }
GET /ls { GET /ls {
echo "text/plain" > @fifo:response/header/Content-Type
ls -la @value:request/params/path > @fifo:response/body ls -la @value:request/params/path > @fifo:response/body
} }
+1 -1
View File
@@ -16,4 +16,4 @@ POST /editor/pdf {
} }
GET / = pdfeditor.html GET / = index.html