@heathmont/lab-flask
Advanced tools
Comparing version 0.1.27 to 0.1.28
@@ -56,2 +56,3 @@ "use strict"; | ||
node_logger_1.logger.debug('Lab request incoming', { reqHeaders: req.headers, bodyLength: req.body.length }); | ||
next(); | ||
}); | ||
@@ -58,0 +59,0 @@ expressServer.post(`${flaskPathname}/${exports.PROTOBUF_URL_PREFIX}`, bodyParser.raw({ |
{ | ||
"name": "@heathmont/lab-flask", | ||
"version": "0.1.27", | ||
"version": "0.1.28", | ||
"author": "Margus Lamp", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
@@ -125,2 +125,3 @@ import 'source-map-support/register'; | ||
logger.debug('Lab request incoming', { reqHeaders: req.headers, bodyLength: req.body.length }); | ||
next(); | ||
}); | ||
@@ -127,0 +128,0 @@ expressServer.post(`${flaskPathname}/${PROTOBUF_URL_PREFIX}`, bodyParser.raw({ |
Sorry, the diff of this file is not supported yet
99825
1815