UNPKG
egg-raml-validate
Version:
latest (0.6.2)
0.6.2
0.6.1
0.6.0
0.5.1
0.5.0
0.4.3
0.4.2
0.4.1
0.3.1
0.3.0
0.2.3
0.2.2
0.2.1
0.2.0
0.1.2
0.1.1
Validate parameters via raml for egg.
github.com/m31271n/egg-raml-validate
m31271n/egg-raml-validate
egg-raml-validate
/
app.js
6 lines
(4 loc)
•
99 B
JavaScript
View Raw
1
2
3
4
5
6
'use strict'
module
.
exports
=
function
(
app
) { app.
config
.
coreMiddleware
.
push
(
'ramlValidate'
) }