diff options
author | Alexander Foremny <aforemny@posteo.de> | 2024-10-11 23:30:56 +0200 |
---|---|---|
committer | Alexander Foremny <aforemny@posteo.de> | 2024-10-11 23:30:56 +0200 |
commit | 80a6150610182eefa0deb1f0932d3b780456ca09 (patch) | |
tree | 4471a8ffecfc527d6b9c2a5c48e445e7a4d6a74f /cli | |
parent | 2e0cf98254976e443ea7f693961fc105ed6cf563 (diff) |
use backend REST library for frontend
Diffstat (limited to 'cli')
-rw-r--r-- | cli/app/Main.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/app/Main.hs b/cli/app/Main.hs index e8d9605..3584d72 100644 --- a/cli/app/Main.hs +++ b/cli/app/Main.hs @@ -112,5 +112,5 @@ main = =<< J.throwDecode =<< LB.getContents CollectionSchema (Collection cn) -> - LB.putStr . J.encodePretty + LB.putStr . J.encodePretty @J.Value =<< ACMS.API.REST.Collection.schema cn |