Browse Source

Remove legacy endpoint

As having this configured without a working backend will return dummy
data (projects) to the browser.

Fixes upstream #789
pull/791/head
Harm Weites 4 years ago
parent
commit
719d001f3d
1 changed files with 0 additions and 4 deletions
  1. 4
      frontend/nuxt.config.js

4
frontend/nuxt.config.js

@ -26,10 +26,6 @@ export default {
]
},
serverMiddleware: [
'~/api/index.js'
],
server: {
host: '0.0.0.0' // default: localhost
},

Loading…
Cancel
Save