client test suite: tweak
This commit is contained in:
parent
cb1772f0a0
commit
14e6a49912
1 changed files with 2 additions and 2 deletions
|
@ -20,8 +20,8 @@ import Servant.Server
|
|||
import Servant.ServerSpec
|
||||
|
||||
type Api =
|
||||
("a" :> Get Person)
|
||||
:<|> ("b" :> Capture "name" String :> Get Person)
|
||||
"get" :> Get Person
|
||||
:<|> "capture" :> Capture "name" String :> Get Person
|
||||
api :: Proxy Api
|
||||
api = Proxy
|
||||
|
||||
|
|
Loading…
Reference in a new issue