+ wip /management/keys/
This commit is contained in:
parent
cf4da6b382
commit
83dfd701c0
5 changed files with 30 additions and 53 deletions
|
|
@ -109,10 +109,3 @@ let keys_get 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 {||} in
|
||||
let* () = add ~field:"content-type" "application/json" in
|
||||
respond `OK
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue