package config
This commit is contained in:
@@ -5,9 +5,9 @@ module.exports = {
|
||||
"/kafka-console": {
|
||||
target: `${process.env.SW_PROXY_TARGET || "http://127.0.0.1:7766"}`,
|
||||
changeOrigin: true,
|
||||
// pathRewrite: {
|
||||
// '^/kafka-console': '/'
|
||||
// }
|
||||
pathRewrite: {
|
||||
"^/kafka-console": "/",
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user