Prefix api path with api/

This commit is contained in:
Mats Rauhala 2018-09-29 21:40:18 +03:00
parent f2665335b3
commit c883efcf41
1 changed files with 1 additions and 1 deletions

View File

@ -31,5 +31,5 @@ instance Accept HTML where
type API = "ipfs" :> IPFS.API
type DocumentedAPI = API
type DocumentedAPI = "api" :> API
:<|> "help" :> Get '[PlainText, HTML] Docs