We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18ef230 commit 4b65e75Copy full SHA for 4b65e75
himarket-web/himarket-admin/vite.config.ts
@@ -18,12 +18,6 @@ export default defineConfig({
18
changeOrigin: true,
19
rewrite: path => path.replace(new RegExp(`^${apiPrefix}`), ""),
20
},
21
- // 指标收集器API代理
22
- "/metrics": {
23
- target: "http://localhost:8081",
24
- changeOrigin: true,
25
- rewrite: path => path.replace(new RegExp(`^/metrics`), ""),
26
- },
27
28
29
resolve: {
0 commit comments