diff --git a/server/i18n/index.js b/server/i18n/index.js index 8313de6..745e541 100644 --- a/server/i18n/index.js +++ b/server/i18n/index.js @@ -47,4 +47,4 @@ async function plugin (fastify, opts, done) { done(); } -module.exports = plugin; \ No newline at end of file +module.exports = fp(plugin); \ No newline at end of file