005 static router nested

✗ Failing This test is currently failing.

Failed: backend-exec

Error Details

output_emitted.zig:676:28: error: no field named 'response' in struct 'output_emitted.koru_orisha.Response'

Failure Output

Showing last 10 of 21 lines
Error: output_emitted.zig:676:28: error: no field named 'response' in struct 'output_emitted.koru_orisha.Response'
                return .{ .response = .{ .status = 200, .body = "ok", .content_type = "application/json" } };
                           ^~~~~~~~
output_emitted.zig:177:26: note: struct declared here
    pub const Response = struct {
                         ^~~~~~
referenced by:
    handler: output_emitted.zig:815:50
    arrived: output_emitted.zig:720:67
    8 reference(s) hidden; use '-freference-trace=10' to see all references

Code

input.kz

Flows

flow ~static click a branch to expand · @labels scroll to their anchor
static (name: "site", root: "testdata")
subflow ~handler click a branch to expand · @labels scroll to their anchor
router (req)
flow ~serve click a branch to expand · @labels scroll to their anchor
serve (port: 3099)

Test Configuration

Post-validation Script: