Returns handlers for serving Swagger UI files.
This includes custom initialization js file and static files of Swagger UI.
Additional options are passed to the express.static middleware.
Parameters
options: ServeStaticOptions
options object that is passed to the express.static middleware.
Returns handlers for serving Swagger UI files. This includes custom initialization js file and static files of Swagger UI. Additional options are passed to the
express.staticmiddleware.