Update README.md
This commit is contained in:
parent
9a9d9d8c28
commit
a820ef1f91
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ fn about(req: *Request) Response {
|
||||||
|
|
||||||
fn writeJson(req: *Request) Response {
|
fn writeJson(req: *Request) Response {
|
||||||
_=req;
|
_=req;
|
||||||
Response.json("[1, 2, 3, 4]");
|
return Response.json("[1, 2, 3, 4]");
|
||||||
}
|
}
|
||||||
|
|
||||||
pub fn main() !void {
|
pub fn main() !void {
|
||||||
|
|
Loading…
Add table
Reference in a new issue