This commit is contained in:
parent
a0340bd100
commit
b66d47cfae
2 changed files with 7 additions and 5 deletions
|
|
@ -161,7 +161,8 @@ let read_master_key_file filename =
|
|||
let* master_key = read_file filename in
|
||||
Crypto.EddsaPrivateKey.of_octets master_key
|
||||
|
||||
let base_url = Uri.of_string "http://localhost:3434/"
|
||||
let base_url = Uri.of_string
|
||||
"http://localhost:3434/"
|
||||
let full_url path = Uri.with_path base_url path |> Uri.to_string
|
||||
|
||||
let download ~output =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue