From 79f93864aea3634f2fbcaf54a72b3f176b543de1 Mon Sep 17 00:00:00 2001 From: les Date: Fri, 9 Aug 2019 01:59:02 +0200 Subject: [PATCH] amend --- nuxt.config.js | 1 + 1 file changed, 1 insertion(+) 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