more info
This commit is contained in:
parent
e1b3573535
commit
f2d9a1cc27
1 changed files with 4 additions and 0 deletions
|
@ -14,6 +14,10 @@ An example config is shown below
|
|||
```
|
||||
As shown above, each route to script is a single line seperated by a single space.
|
||||
|
||||
## Scripts
|
||||
|
||||
The request body (if it has one) is set to argument 1 of the script. If there was on body provided the argument will be left empty. Anything written to the scripts stdout will be returnd to the http request.
|
||||
|
||||
## License
|
||||
|
||||
This project is licensed under the [WTFPL](https://www.wtfpl.net/)
|
||||
|
|
Loading…
Reference in a new issue