Add to ComprehensiveAPI

This commit is contained in:
David Turner 2017-05-16 10:26:06 +00:00
parent e60bdadead
commit 2c6aca0fc6

View File

@ -37,7 +37,8 @@ type ComprehensiveAPIWithoutRaw =
Verb 'POST 204 '[JSON] NoContent :<|>
Verb 'POST 204 '[JSON] Int :<|>
WithNamedContext "foo" '[] GET :<|>
CaptureAll "foo" Int :> GET
CaptureAll "foo" Int :> GET :<|>
EmptyAPI
comprehensiveAPIWithoutRaw :: Proxy ComprehensiveAPIWithoutRaw
comprehensiveAPIWithoutRaw = Proxy