UNPKG

egg-joi-swagger

Version:

joi + swagger + validate plugin for eggjs

6 lines (4 loc) 93 B
'use strict'; module.exports = app => { app.config.coreMiddleware.splice(0, 0, 'doc'); };