pandoc-cgi: change babelmark endpoint to GET, as expected.
This commit is contained in:
parent
6b9da0cc96
commit
4359e60b93
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue