swagger-custom
Version:
Swagger Style and Dynamic Components, Neon Mode Swagger, Custom js elements in swagger.
2 lines (1 loc) • 550 B
JavaScript
;const s=require("path"),t=require("express");function o(){const o=t.Router(),e=s.join(__dirname,"../dist");return o.use("/css",t.static(s.join(e,"css"))),o.use("/js",t.static(s.join(e,"js"))),{router:o,options:{customCssUrl:"/swagger-custom/css/swagger-custom.css",customJs:"/swagger-custom/js/swaggerCustom.js"}}}module.exports=o,module.exports.default=o,module.exports.options={customCssUrl:"/swagger-custom/css/swagger-custom.css",customJs:"/swagger-custom/js/swaggerCustom.js"},module.exports.assetsPath=s.join(__dirname,"../dist");