Example changes.
This commit is contained in:
@@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -16,4 +16,4 @@ POST /editor/pdf {
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
GET / = pdfeditor.html
|
GET / = index.html
|
||||||
|
|||||||
Reference in New Issue
Block a user