This commit is contained in:
Mats Rauhala 2018-09-29 22:24:21 +03:00
parent 0cae4d898c
commit 56e1823589
1 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@ instance MimeRender HTML Docs where
instance Accept HTML where
contentType _ = "text" // "html" /: ("charset", "utf-8")
type API = "ipfs" :> IPFS.API
type API = "api" :> ("ipfs" :> IPFS.API)
type DocumentedAPI = "api" :> API
type DocumentedAPI = API
:<|> "help" :> Get '[PlainText, HTML] Docs