clean up offline tool

This commit is contained in:
swrup 2025-11-30 14:23:55 +01:00
parent cf4da6b382
commit 4568b1bd4c
8 changed files with 122 additions and 155 deletions

View file

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