fix issue of request before starting the server
This commit is contained in:
parent
f3ca71b509
commit
1e80074dd6
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ let execute_request url json =
|
|||
Lwt_main.run body
|
||||
;;
|
||||
|
||||
let get_session =
|
||||
let get_session () =
|
||||
let body = execute_request (fmt "%s/session" url) Json.connection_payload in
|
||||
print_endline body;
|
||||
body
|
||||
|
|
Loading…
Reference in a new issue