Add CaptureAll to ComprehensiveAPI
This commit is contained in:
parent
d945c99f82
commit
b714640110
1 changed files with 2 additions and 1 deletions
|
@ -30,7 +30,8 @@ type ComprehensiveAPI =
|
|||
Vault :> GET :<|>
|
||||
Verb 'POST 204 '[JSON] NoContent :<|>
|
||||
Verb 'POST 204 '[JSON] Int :<|>
|
||||
WithNamedContext "foo" '[] GET
|
||||
WithNamedContext "foo" '[] GET :<|>
|
||||
CaptureAll "foo" Int :> GET
|
||||
|
||||
comprehensiveAPI :: Proxy ComprehensiveAPI
|
||||
comprehensiveAPI = Proxy
|
||||
|
|
Loading…
Reference in a new issue