Renumber again to make room for the EmptyAPI example
This commit is contained in:
parent
e8c7158600
commit
b81fbe445d
1 changed files with 1 additions and 1 deletions
|
@ -334,7 +334,7 @@ you want to plug a [wai `Application`](http://hackage.haskell.org/package/wai)
|
|||
into your webservice:
|
||||
|
||||
``` haskell
|
||||
type UserAPI12 = "users" :> Get '[JSON] [User]
|
||||
type UserAPI13 = "users" :> Get '[JSON] [User]
|
||||
-- a /users endpoint
|
||||
|
||||
:<|> Raw
|
||||
|
|
Loading…
Reference in a new issue