We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12a49be commit fb79a32Copy full SHA for fb79a32
lib/server-response.js
@@ -12,7 +12,7 @@ class ServerResponse {
12
this.testMode = false;
13
this.corsEnabled = false;
14
this.corsHeaders = {
15
- 'Access-Control-Allow-Origin': '*'
+ 'access-control-allow-origin': '*'
16
};
17
}
18
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "hydra",
3
- "version": "1.8.1",
+ "version": "1.8.2",
4
"license": "MIT",
5
"author": "Carlos Justiniano",
6
"contributors": "https://github.com/pnxtech/hydra/graphs/contributors",
0 commit comments