@simonbackx/simple-endpoints
Advanced tools
Comparing version 1.3.3 to 1.3.4
@@ -33,3 +33,3 @@ "use strict"; | ||
} | ||
const response = await this.router.run(request); | ||
const response = await this.router.run(request, res); | ||
if (!response) { | ||
@@ -36,0 +36,0 @@ const headers = {}; |
@@ -5,3 +5,3 @@ { | ||
"types": "./dist/index.d.ts", | ||
"version": "1.3.3", | ||
"version": "1.3.4", | ||
"scripts": { | ||
@@ -8,0 +8,0 @@ "test": "jest --setupFiles dotenv/config", |
Sorry, the diff of this file is not supported yet
59882