UNPKG
egg-joi-swagger
Version:
latest (1.0.5)
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
joi + swagger + validate plugin for eggjs
github.com/eggjs/egg-joi-swagger
eggjs/egg-joi-swagger
egg-joi-swagger
/
app.js
6 lines
(4 loc)
•
93 B
JavaScript
View Raw
1
2
3
4
5
6
'use strict'
;
module
.
exports
=
app
=>
{ app.
config
.
coreMiddleware
.
splice
(
0
,
0
,
'doc'
); };