From 80a6150610182eefa0deb1f0932d3b780456ca09 Mon Sep 17 00:00:00 2001 From: Alexander Foremny Date: Fri, 11 Oct 2024 23:30:56 +0200 Subject: use backend REST library for frontend --- cli/app/Main.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/app/Main.hs') 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 -- cgit v1.2.3