fix currency bin encoding; ok master-signatures(?)
This commit is contained in:
parent
ab82a357a9
commit
b133ef9d1c
8 changed files with 89 additions and 20 deletions
|
|
@ -109,3 +109,10 @@ let keys req server _env =
|
|||
let* () = with_string req s in
|
||||
let* () = add ~field:"content-type" "application/json" in
|
||||
respond `OK
|
||||
|
||||
let keys_post req _server _env =
|
||||
let open Vif.Response in
|
||||
let open Syntax in
|
||||
let* () = with_string req "todo~~" in
|
||||
let* () = add ~field:"content-type" "application/json" in
|
||||
respond `OK
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue