Comparing version 1.6.0 to 1.7.0
{ | ||
"name": "nodegate", | ||
"description": "API gateway made simple, fast and easy to configure.", | ||
"version": "1.6.0", | ||
"version": "1.7.0", | ||
"author": "Julien Martin <martin.julien82@gmail.com>", | ||
@@ -6,0 +6,0 @@ "license": "MIT", |
@@ -78,2 +78,3 @@ /** | ||
app.expressApp = expressApp; | ||
app.listen = expressApp.listen; | ||
@@ -80,0 +81,0 @@ |
22134
563