resource-action-api
Advanced tools
Comparing version 2.1.22 to 2.1.23
@@ -28,4 +28,8 @@ const bodyParser = require('body-parser'); | ||
app.use(bodyParser.urlencoded({extended: true})); | ||
app.use(jsonParser); | ||
// app.use(bodyParser.urlencoded({extended: true})); | ||
sharedExports.app.use(express.json({limit: '50mb'})); | ||
sharedExports.app.use(express.urlencoded({limit: '50mb'})); | ||
// app.use(jsonParser); | ||
app.use(cors()); | ||
@@ -32,0 +36,0 @@ app.use(passport.initialize()); |
{ | ||
"name": "resource-action-api", | ||
"version": "2.1.22", | ||
"version": "2.1.23", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
86395
1777