feat: add Content-Length response header
This commit is contained in:
committed by
Steve Chavez
parent
98fcbedca5
commit
57ef9988a5
@@ -17,4 +17,5 @@ spec =
|
||||
[("Accept","application/openapi+json")] ""
|
||||
`shouldRespondWith`
|
||||
[json| {"code":"PGRST126","details":null,"hint":null,"message":"Root endpoint metadata is disabled"} |]
|
||||
{ matchStatus = 404 }
|
||||
{ matchStatus = 404
|
||||
, matchHeaders = ["Content-Length" <:> "93"]}
|
||||
|
||||
Reference in New Issue
Block a user