We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 280401b commit 0fabbe6Copy full SHA for 0fabbe6
app/server/middlewares/index.js
@@ -56,7 +56,7 @@ export const securityLayer = app => {
56
app
57
.use(newRouter.routes())
58
.use(newRouter.allowedMethods())
59
- .use(convert(helmet())); // https://github.com/venables/koa-helmet
+ .use(helmet()); // https://github.com/venables/koa-helmet
60
61
return newRouter;
62
};
0 commit comments