Skip to content

Commit 0bd5a41

Browse files
928255095gitee-org
authored andcommitted
优化app.js 端口 错误问题
Signed-off-by: java110 <[email protected]>
1 parent d369017 commit 0bd5a41

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ let opts = {
4040
}
4141

4242

43-
app.use('/callComponent', proxy('http://127.0.0.1:8088', opts));
44-
app.use('/app', proxy('http://127.0.0.1:8088', opts));
43+
app.use('/callComponent', proxy('http://127.0.0.1:8008', opts));
44+
app.use('/app', proxy('http://127.0.0.1:8008', opts));
4545
app.use('/ws', createProxyMiddleware({
4646
target: 'http://127.0.0.1:8008',
4747
changeOrigin: true,

0 commit comments

Comments
 (0)