authorgravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2021-12-12 15:18:51 -08:00
committergravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2021-12-12 15:18:51 -08:00
logc17ee7cd55521b83de8219c43ad91c7fd5012535
tree8269222f38e411dc4634d4eac8630cb1c87f115f
parent0dec3df53867ff19514ef5efc15c33a268171f1e

update to zigmod v85


1 files changed, 1 insertions(+), 1 deletions(-)

src/lib.zig+1-1
...@@ -222,7 +222,7 @@ pub fn Handlers(comptime T: type) type {...@@ -222,7 +222,7 @@ pub fn Handlers(comptime T: type) type {
222 }222 }
223223
224 try response.headers.put("Content-Type", "text/html");224 try response.headers.put("Content-Type", "text/html");
225 const page = comptime files.open("/selector.pek").?;225 const page = files.@"/selector.pek";
226 const tmpl = comptime pek.parse(page);226 const tmpl = comptime pek.parse(page);
227 try pek.compile(alloc, response.writer(), tmpl, .{227 try pek.compile(alloc, response.writer(), tmpl, .{
228 .clients = Self.clients,228 .clients = Self.clients,