diff --git a/APIBlueprintGenerator.coffee b/APIBlueprintGenerator.coffee index 5110053..7100ddb 100644 --- a/APIBlueprintGenerator.coffee +++ b/APIBlueprintGenerator.coffee @@ -110,7 +110,7 @@ APIBlueprintGenerator = -> method: paw_request.method, path: @path(url), request: @request(paw_request), - response: paw_request.getAllExchanges().map (r) -> that.response(r), + response: paw_request.getAllExchanges().reverse().map (r) -> that.response(r), ) return