Error occurred while trying to proxy request /api/authe/signup from localhost:9000 to 3000 Econnrefused - Nuxt, Vue, VS code

前端 未结 0 1552
走了就别回头了
走了就别回头了 2020-12-13 07:22

I tried

module.exports = {
    middlewares: app => {
      app.use(
        "/api",
        proxy({
          target: "http://localhost:3000         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题