fix return types
This commit is contained in:
parent
f64e488ab1
commit
7c1b153020
3 changed files with 63 additions and 14 deletions
6
justfile
6
justfile
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue