cors-for-lambda
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -11,2 +11,3 @@ /** | ||
'Access-Control-Allow-Credentials': true, | ||
'Access-Control-Allow-Methods': 'GET, POST, PUT, DELETE, OPTIONS', | ||
'Content-Type': 'application/json' | ||
@@ -13,0 +14,0 @@ } |
{ | ||
"name": "cors-for-lambda", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Apply CORS Headers for Lambda HTTP responses", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
3037
40