Disable MaxContentLength and MaxBodyLength check (#23)

* Disable MaxContentLength and MaxBodyLength check
This commit is contained in:
Frank Jogeleit
2021-02-19 11:36:10 +01:00
committed by GitHub
parent 48dc3972df
commit 7626a13e42
3 changed files with 17 additions and 15 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "http-request-action",
"version": "1.7.1",
"version": "1.7.2",
"description": "",
"main": "src/index.js",
"private": false,
@@ -24,6 +24,6 @@
"dependencies": {
"@zeit/ncc": "^0.22",
"axios": "^0.21.1",
"form-data": "^3.0.0"
"form-data": "^3.0.1"
}
}