We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d369017 commit 0bd5a41Copy full SHA for 0bd5a41
app.js
@@ -40,8 +40,8 @@ let opts = {
40
}
41
42
43
-app.use('/callComponent', proxy('http://127.0.0.1:8088', opts));
44
-app.use('/app', proxy('http://127.0.0.1:8088', opts));
+app.use('/callComponent', proxy('http://127.0.0.1:8008', opts));
+app.use('/app', proxy('http://127.0.0.1:8008', opts));
45
app.use('/ws', createProxyMiddleware({
46
target: 'http://127.0.0.1:8008',
47
changeOrigin: true,
0 commit comments