Update index.d.ts (#36035)

Reason for change is described here:
https://github.com/scottie1984/swagger-ui-express/issues/27#issuecomment-499983791
This commit is contained in:
Vitaliy Markitanov 2019-06-10 15:41:08 -04:00 committed by Ron Buckton
parent 1bcc829993
commit ced5418600

View File

@ -38,7 +38,7 @@ interface SwaggerUiExpress {
*
* @returns Express handlers that process requests and return files for Swagger UI.
*/
serve(): RequestHandler[];
serve: RequestHandler[];
/**
* Returns handlers for serving Swagger UI files.