Improved sitefiles

This commit is contained in:
Nate Choe
2022-01-22 03:55:44 -06:00
parent ad64e4ecb2
commit 55da97269b
7 changed files with 93 additions and 73 deletions

View File

@@ -18,6 +18,7 @@ sitefiles also allow comments with #
# Part 3: Variables
* ```type```: - The type of http request to respond to. One of:
* get
* post
* ```respondto```: - The type of http request to respond to. One of:
* GET
* POST
Default: GET