update lightpanda and wpt URL usage

This commit is contained in:
Karl Seguin
2025-04-09 19:21:59 +08:00
parent be75b5b237
commit 41bd3704ef
2 changed files with 5 additions and 2 deletions

View File

@@ -102,7 +102,7 @@ pub const LightPanda = struct {
try writer.writeByte('\n');
}
var req = try self.client.request(.POST, self.uri);
var req = try self.client.request(.POST, &self.uri);
defer req.deinit();
req.body = arr.items;