Natthathida commited on
Commit
0501a9a
·
verified ·
1 Parent(s): 2b5d382
Files changed (1) hide show
  1. frontend/src/setupProxy.js +1 -1
frontend/src/setupProxy.js CHANGED
@@ -7,7 +7,7 @@ module.exports = function (app) {
7
  pathRewrite: {
8
  '^/api': '',
9
  },
10
- target: 'http://localhost:7860',
11
  changeOrigin: true,
12
  })
13
  );
 
7
  pathRewrite: {
8
  '^/api': '',
9
  },
10
+ target: 'http://localhost:3000',
11
  changeOrigin: true,
12
  })
13
  );