updated cors-proxy to use given env variables

This commit is contained in:
2022-04-15 21:15:30 +02:00
parent d37e8345cf
commit cb5c84648c
7 changed files with 656 additions and 11084 deletions

View File

@@ -2,7 +2,7 @@
"name": "_cors-proxy",
"packageManager": "yarn@3.0.2",
"scripts": {
"cors": "node cors_proxy.js"
"cors": "node index.mjs"
},
"dependencies": {
"cors-anywhere": "^0.4.4"