radweb-server
Advanced tools
Comparing version 3.0.3 to 3.0.4
@@ -54,4 +54,4 @@ "use strict"; | ||
} | ||
app.use(bodyParser.urlencoded({ extended: true })); | ||
app.use(bodyParser.json()); | ||
app.use(bodyParser.json({ limit: '10mb' })); | ||
app.use(bodyParser.urlencoded({ extended: true, limit: '10mb' })); | ||
var apiArea = this.addArea('/' + radweb_1.Context.apiBaseUrl); | ||
@@ -58,0 +58,0 @@ register_actions_on_server_1.registerActionsOnServer(apiArea, dataSource); |
{ | ||
"name": "radweb-server", | ||
"version": "3.0.3", | ||
"version": "3.0.4", | ||
"main":"index.js", | ||
@@ -5,0 +5,0 @@ "Dependencies": { |
Sorry, the diff of this file is not supported yet
56035