We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0669999 commit d6bac9dCopy full SHA for d6bac9d
manifest.js
@@ -32,9 +32,13 @@ module.exports = {
32
version: '1.0'
33
}
34
},
35
- "hapi-swaggered-ui": {
36
- path: '/documentation'
37
- },
+ "hapi-swaggered-ui": [{
+ select: ["api"],
+ options: {
38
+ path: '/documentation'
39
+ }
40
+ }],
41
+ "scarecrow": {},
42
"./router": {}
43
44
};
package.json
@@ -61,6 +61,7 @@
61
"path": "0.12.7",
62
"promise": "7.0.4",
63
"query-string": "3.0.0",
64
+ "scarecrow": "1.0.2",
65
"vision": "4.0.1"
66
67
0 commit comments