Comparing version 4.7.0 to 4.7.1
@@ -93,3 +93,3 @@ import { Server as HttpServer, IncomingMessage, ServerResponse } from 'http' | ||
( | ||
path: string, | ||
path: string | string[], | ||
...middlewares: RequestHandler<P>[] | ||
@@ -96,0 +96,0 @@ ): Service<P> |
{ | ||
"name": "restana", | ||
"version": "4.7.0", | ||
"version": "4.7.1", | ||
"description": "Super fast and minimalist web framework for building REST micro-services.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
25177