mv json.ml api.ml

This commit is contained in:
swrup 2025-11-21 19:16:31 +01:00
parent 2968339c6d
commit 9fe1d76dc4
4 changed files with 4 additions and 4 deletions

View file

@ -14,7 +14,7 @@
along with this program. If not, see <https://www.gnu.org/licenses/>. *)
let error_detail ?hint _status =
let open Json in
let open Api in
let code = -1 in
let s = encode_exn ErrorDetail.jsont { code; hint } in
s