Renumber again to make room for the EmptyAPI example

This commit is contained in:
David Turner 2017-05-16 09:21:42 +00:00
parent e8c7158600
commit b81fbe445d

View File

@ -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