Skip to content
Snippets Groups Projects
Commit 4fb5d083 authored by stuebinm's avatar stuebinm
Browse files

server: more debug output

parent 89ccd9e9
Branches
No related tags found
No related merge requests found
...@@ -80,7 +80,7 @@ app config = ...@@ -80,7 +80,7 @@ app config =
where api = Proxy @Routes where api = Proxy @Routes
conv :: App a -> Handler a conv :: App a -> Handler a
conv m = do conv m = do
config <- liftIO $ mkDefaultCliConfig [] config <- liftIO $ mkDefaultCliConfig ["-v"]
res <- runCli config m res <- runCli config m
case res of case res of
Right a -> pure a Right a -> pure a
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment