From 719d001f3d7d9e55554b4851330ec8dedc66f097 Mon Sep 17 00:00:00 2001 From: Harm Weites Date: Fri, 22 May 2020 15:30:24 +0200 Subject: [PATCH] Remove legacy endpoint As having this configured without a working backend will return dummy data (projects) to the browser. Fixes upstream #789 --- frontend/nuxt.config.js | 4 ---- 1 file changed, 4 deletions(-) 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 },