Update README.md

This commit is contained in:
flopetautschnig 2023-04-24 14:44:58 +02:00 committed by GitHub
parent a81845fd2e
commit 6614df2024
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,6 +8,7 @@ const zrv = @import("zerve");
const Request = zrv.Request;
const Response = zrv.Response;
const Server = zrv.Server;
const Route = zrv.Route;
const allocator = std.heap.page_allocator;
fn index(req: Request) Response {