UNPKG

egg-cute-swagger

Version:
8 lines (5 loc) 131 B
'use strict'; const swagger = require('./lib/swagger'); module.exports = app => { if (app.config.swagger.app) swagger(app); };