aboutsummaryrefslogtreecommitdiff
path: root/src/api/hello-json.zig
diff options
context:
space:
mode:
Diffstat (limited to 'src/api/hello-json.zig')
-rw-r--r--src/api/hello-json.zig2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/api/hello-json.zig b/src/api/hello-json.zig
index 6c29ba7..12f1e72 100644
--- a/src/api/hello-json.zig
+++ b/src/api/hello-json.zig
@@ -2,7 +2,7 @@ const http = @import("http");
const Context = http.handler.Context;
const Response = http.Response;
-const Ctx = Context(.{ "hello-json" });
+const Ctx = Context(.{"hello-json"});
pub const ctx: Ctx = .{
.get = get,
};