fix return types

This commit is contained in:
Waylon S. Walker 2024-10-16 21:13:53 -05:00
parent f64e488ab1
commit 7c1b153020
3 changed files with 63 additions and 14 deletions

View file

@ -20,13 +20,13 @@ get-rtf:
http GET :8000/example Content-Type:application/rtf
get-json:
http GET :8000 Content-Type:application/json
http GET :8000/example Content-Type:application/json
get-html:
http GET :8000 Content-Type:text/html
http GET :8000/example Content-Type:text/html
get-md:
http GET :8000 Content-Type:application/markdown
http GET :8000/example Content-Type:application/markdown
livez: