This commit is contained in:
swrup 2025-12-11 08:48:16 +01:00
parent 262aeaec66
commit 2d67963656
4 changed files with 168 additions and 0 deletions

View file

@ -53,6 +53,7 @@ let routes =
--> management_wire_fee;
post (v "management" / "global-fees") management_global_fees_jsont
--> management_global_fees;
post (v "management" / "wire") management_wire_jsont --> management_wire;
]
let () =