mirror of
https://github.com/denoland/std.git
synced 2024-11-21 20:50:22 +00:00
Relative import for http_bench.ts
This commit is contained in:
parent
82ceb596f3
commit
958dadc875
@ -1,5 +1,5 @@
|
||||
import * as deno from "deno";
|
||||
import { serve } from "https://deno.land/x/net/http.ts";
|
||||
import { serve } from "./http.ts";
|
||||
|
||||
const addr = deno.args[1] || "127.0.0.1:4500";
|
||||
const server = serve(addr);
|
||||
|
Loading…
Reference in New Issue
Block a user