Update README.md
This commit is contained in:
parent
a81845fd2e
commit
6614df2024
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@ const zrv = @import("zerve");
|
||||||
const Request = zrv.Request;
|
const Request = zrv.Request;
|
||||||
const Response = zrv.Response;
|
const Response = zrv.Response;
|
||||||
const Server = zrv.Server;
|
const Server = zrv.Server;
|
||||||
|
const Route = zrv.Route;
|
||||||
const allocator = std.heap.page_allocator;
|
const allocator = std.heap.page_allocator;
|
||||||
|
|
||||||
fn index(req: Request) Response {
|
fn index(req: Request) Response {
|
||||||
|
|
Loading…
Add table
Reference in a new issue