Browse Source

Merge pull request #791 from harmw/issue-789

Remove legacy endpoint
pull/821/head
Hiroki Nakayama 4 years ago
committed by GitHub
parent
commit
84aca8cac1
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
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