UNPKG

egg-swagger-doc-fixbug

Version:
13 lines (8 loc) 203 B
'use strict'; const { swaggerInit } = require('./lib/index'); module.exports = app => { app.config.coreMiddleware.unshift('request'); app.beforeStart(async () => { swaggerInit(app); }); };