diff --git a/nuxt.config.js b/nuxt.config.js index d5605353..9ca6d657 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -52,6 +52,7 @@ module.exports = { // Doc: https://axios.nuxtjs.org/usage '@nuxtjs/axios', '@nuxtjs/auth', + ['nuxt-express-module', { expressPath: 'server/', routesPath: 'server/routes' }] ], /* ** Axios module configuration