diff --git a/server/PandocServer.hs b/server/PandocServer.hs index 4d76f998d..ea770391a 100644 --- a/server/PandocServer.hs +++ b/server/PandocServer.hs @@ -48,7 +48,7 @@ type API = :<|> ReqBody '[JSON] [Params] :> Post '[JSON] [Text] :<|> - "babelmark" :> ReqBody '[JSON] Params :> Post '[JSON] Value + "babelmark" :> ReqBody '[JSON] Params :> Get '[JSON] Value :<|> "version" :> Get '[PlainText, JSON] Text