fix(core): update
This commit is contained in:
		| @@ -3,6 +3,6 @@ | ||||
|  */ | ||||
| export const commitinfo = { | ||||
|   name: '@apiglobal/typedserver', | ||||
|   version: '2.0.59', | ||||
|   version: '2.0.60', | ||||
|   description: 'easy serving of static files' | ||||
| } | ||||
|   | ||||
| @@ -105,7 +105,6 @@ export class Server { | ||||
|  | ||||
|     // general request handlling | ||||
|     this.expressAppInstance.use((req, res, next) => { | ||||
|       req.setTimeout(60 * 1000); | ||||
|       next(); | ||||
|     }); | ||||
|  | ||||
|   | ||||
| @@ -3,6 +3,6 @@ | ||||
|  */ | ||||
| export const commitinfo = { | ||||
|   name: '@apiglobal/typedserver', | ||||
|   version: '2.0.59', | ||||
|   version: '2.0.60', | ||||
|   description: 'easy serving of static files' | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user