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 {
echo "text/plain" > @fifo:response/header/Content-Type
ls -la @value:request/params/path > @fifo:response/body
}