mirror of
https://github.com/denoland/deno.git
synced 2024-11-21 15:04:11 -05:00
chore: fix benchmarks (#18863)
This commit is contained in:
parent
77e25a656e
commit
c2f5c09692
1 changed files with 1 additions and 1 deletions
|
@ -22,4 +22,4 @@ function handler(request) {
|
|||
return response;
|
||||
}
|
||||
|
||||
serve(handler, { port: parseInt(port), hostname: "0.0.0.0" });
|
||||
serve({ port: parseInt(port), hostname: "0.0.0.0" }, handler);
|
||||
|
|
Loading…
Reference in a new issue