Update README.md

main
flopetautschnig 1 year ago committed by GitHub
parent 9a9d9d8c28
commit a820ef1f91
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -35,7 +35,7 @@ fn about(req: *Request) Response {
fn writeJson(req: *Request) Response {
_=req;
Response.json("[1, 2, 3, 4]");
return Response.json("[1, 2, 3, 4]");
}
pub fn main() !void {

Loading…
Cancel
Save