diff --git a/frontend/nuxt.config.js b/frontend/nuxt.config.js index d3ccb678..d20b8393 100644 --- a/frontend/nuxt.config.js +++ b/frontend/nuxt.config.js @@ -26,10 +26,6 @@ export default { ] }, - serverMiddleware: [ - '~/api/index.js' - ], - server: { host: '0.0.0.0' // default: localhost },