This commit is contained in:
swrup 2026-02-10 14:51:09 +01:00
parent a0340bd100
commit b66d47cfae
2 changed files with 7 additions and 5 deletions

View file

@ -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 =