Point new UI local API proxying back to localhost Prometheus

Signed-off-by: Julius Volz <julius.volz@gmail.com>
pull/14872/head
Julius Volz 4 months ago
parent f7a97417a5
commit cacfc693c4

@ -7,14 +7,10 @@ export default defineConfig({
server: {
proxy: {
"/api": {
target: "https://demo.promlabs.com",
changeOrigin: true,
secure: false,
target: "http://localhost:9090",
},
"/-/": {
target: "https://demo.promlabs.com",
changeOrigin: true,
secure: false,
target: "http://localhost:9090",
},
},
},

Loading…
Cancel
Save