lambda-api-factory
Advanced tools
Comparing version 1.5.2 to 1.5.3
@@ -37,3 +37,5 @@ 'use strict'; | ||
}, | ||
body: 'Resource not found' | ||
body: { | ||
message: 'Resource not found' | ||
} | ||
}); |
{ | ||
"name": "lambda-api-factory", | ||
"version": "1.5.2", | ||
"version": "1.5.3", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "build/index.js", |
Sorry, the diff of this file is not supported yet
11097
155