Skip to content

Commit fb79a32

Browse files
committed
use lower case CORS
1 parent 12a49be commit fb79a32

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/server-response.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ class ServerResponse {
1212
this.testMode = false;
1313
this.corsEnabled = false;
1414
this.corsHeaders = {
15-
'Access-Control-Allow-Origin': '*'
15+
'access-control-allow-origin': '*'
1616
};
1717
}
1818

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hydra",
3-
"version": "1.8.1",
3+
"version": "1.8.2",
44
"license": "MIT",
55
"author": "Carlos Justiniano",
66
"contributors": "https://github.com/pnxtech/hydra/graphs/contributors",

0 commit comments

Comments
 (0)