summaryrefslogtreecommitdiff
path: root/http_test.ts
diff options
context:
space:
mode:
Diffstat (limited to 'http_test.ts')
-rw-r--r--http_test.ts4
1 files changed, 4 insertions, 0 deletions
diff --git a/http_test.ts b/http_test.ts
new file mode 100644
index 000000000..32c868ad5
--- /dev/null
+++ b/http_test.ts
@@ -0,0 +1,4 @@
+import { listen } from "./server.ts";
+
+const s = listen("0.0.0.0:4500");
+s.serve();