diff options
author | KagurazakaNyaa <i@kagurazakanyaa.com> | 2021-10-24 02:17:07 +0800 |
---|---|---|
committer | KagurazakaNyaa <i@kagurazakanyaa.com> | 2021-10-24 02:17:07 +0800 |
commit | 8ded9a20f9f045703671a478b0ceb8a579b0c727 (patch) | |
tree | 4d05cb8317089d46d2f69da999da0ce92427c1e8 /api/package.json | |
parent | change docker build (diff) | |
download | server-8ded9a20f9f045703671a478b0ceb8a579b0c727.tar.xz |
Proxy support for external network access
Diffstat (limited to 'api/package.json')
-rw-r--r-- | api/package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/api/package.json b/api/package.json index 1c6b4fc0..3be75f68 100644 --- a/api/package.json +++ b/api/package.json @@ -86,6 +86,7 @@ "multer": "^1.4.2", "node-fetch": "^2.6.1", "patch-package": "^6.4.7", + "proxy-agent": "^5.0.0", "supertest": "^6.1.6", "typeorm": "^0.2.37" }, |