Prefix api path with api/
This commit is contained in:
parent
f2665335b3
commit
c883efcf41
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user