Trying to run cors-anywhere locally

This commit is contained in:
Kasper Rynning-Tønnesen
2015-07-14 00:24:10 +02:00
parent 5a067af725
commit ee4fd62c0c
47 changed files with 3754 additions and 4 deletions

7
server/node_modules/cors-anywhere/.jshintrc generated vendored Normal file
View File

@@ -0,0 +1,7 @@
{
"node": true,
"eqnull": true,
"undef": true,
"unused": "vars",
"mocha": true
}