We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7935b60 commit eab9e37Copy full SHA for eab9e37
packages/web-console/webpack.config.js
@@ -82,7 +82,7 @@ module.exports = {
82
hot: true,
83
port: config.port,
84
proxy: {
85
- context: ["/imp", "/exp", "/exec", "/chk"],
+ context: ["/imp", "/exp", "/exec", "/chk", "/settings"],
86
target: config.backendUrl,
87
},
88
client: {
0 commit comments