diff --git a/servant/src/Servant/API/Internal/Test/ComprehensiveAPI.hs b/servant/src/Servant/API/Internal/Test/ComprehensiveAPI.hs index 465d2885..68c5fbc1 100644 --- a/servant/src/Servant/API/Internal/Test/ComprehensiveAPI.hs +++ b/servant/src/Servant/API/Internal/Test/ComprehensiveAPI.hs @@ -20,7 +20,7 @@ type ComprehensiveAPI = QueryParams "foo" Int :> GET :<|> QueryFlag "foo" :> GET :<|> -- Raw :<|> --- RemoteHost :<|> + RemoteHost :> GET :<|> ReqBody '[JSON] Int :> GET :<|> -- Get '[JSON] (Headers '[Header "foo" Int] ()) :<|> "foo" :> GET :<|>