Skip to content
This repository was archived by the owner on Aug 10, 2020. It is now read-only.

Commit ff0e565

Browse files
authored
Update test_http_server.ml
1 parent 1e84d1b commit ff0e565

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/node-http-server/src/test_http_server.ml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
let port = 3000
2727
let hostname = "127.0.0.1"
28-
let create_server (http : Http_types.http) =
28+
let create_server http =
2929
let server = http##createServer begin fun [@bs] req resp ->
3030
resp##statusCode #= 200;
3131
resp##setHeader "Content-Type" "text/plain";

0 commit comments

Comments
 (0)