@eyevinn/dev-lambda
Advanced tools
Comparing version 0.1.1 to 0.1.2
@@ -22,3 +22,3 @@ "use strict"; | ||
this.server = (0, fastify_1.default)(); | ||
this.server.get("*", (request, reply) => __awaiter(this, void 0, void 0, function* () { | ||
this.server.all("*", (request, reply) => __awaiter(this, void 0, void 0, function* () { | ||
debug(request.url); | ||
@@ -25,0 +25,0 @@ let params = {}; |
{ | ||
"name": "@eyevinn/dev-lambda", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "Libraries to facilitate development of Lambda functions", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -16,3 +16,3 @@ import fastify, { FastifyInstance } from "fastify"; | ||
this.server = fastify(); | ||
this.server.get("*", async (request, reply) => { | ||
this.server.all("*", async (request, reply) => { | ||
debug(request.url); | ||
@@ -19,0 +19,0 @@ let params = {}; |
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