Comparing version 1.0.14 to 1.0.15
@@ -1,5 +0,5 @@ | ||
import express, { Router } from "express"; | ||
import express, { NextFunction, Router } from "express"; | ||
export interface IServerConfig { | ||
globalMiddleware: (app: express.Application) => void; | ||
tokenCheckMiddleware: (app: express.Application) => void; | ||
tokenCheckMiddleware: (request: Request, response: Response, next: NextFunction) => void; | ||
routesWithToken: Router[]; | ||
@@ -6,0 +6,0 @@ routes: Router[]; |
{ | ||
"name": "c2-http", | ||
"version": "1.0.14", | ||
"version": "1.0.15", | ||
"description": "Biblioteca Typescript para API NodeJS", | ||
@@ -5,0 +5,0 @@ "repository": "https://cabralsilva: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@github.com/cabralsilva/c2-http.git", |
103124