summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pandoc-cgi/PandocCGI.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/pandoc-cgi/PandocCGI.hs b/pandoc-cgi/PandocCGI.hs
index 9cecabfb2..1789f34a5 100644
--- a/pandoc-cgi/PandocCGI.hs
+++ b/pandoc-cgi/PandocCGI.hs
@@ -45,7 +45,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