Skip to content

Commit

Permalink
[INLONG-1626] Add back end port in setupProxy (apache#1627)
Browse files Browse the repository at this point in the history
  • Loading branch information
ruanwenjun authored Oct 14, 2021
1 parent 0531653 commit 8dc107a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inlong-website/src/setupProxy.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
// eslint-disable-next-line @typescript-eslint/no-var-requires
const { createProxyMiddleware } = require('http-proxy-middleware');

const target = 'http://127.0.0.1';
const target = 'http://127.0.0.1:8083';

module.exports = function (app) {
app.use(
Expand Down

0 comments on commit 8dc107a

Please sign in to comment.