mirror of
https://github.com/lightpanda-io/browser.git
synced 2025-12-16 16:28:58 +00:00
update lightpanda and wpt URL usage
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user