Compare commits
2 Commits
c883efcf41
...
master
Author | SHA1 | Date | |
---|---|---|---|
56e1823589 | |||
0cae4d898c |
@ -52,7 +52,7 @@ executable rauhala-api
|
||||
hs-source-dirs: executables
|
||||
default-language: Haskell2010
|
||||
|
||||
executable generator
|
||||
executable rauhala-api-js-gen
|
||||
main-is: generator.hs
|
||||
-- other-modules:
|
||||
-- other-extensions:
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user