my config

This commit is contained in:
isa
2024-05-22 18:17:07 +02:00
parent 211192c3f0
commit 43f23115af
5 changed files with 12 additions and 9 deletions

View File

@@ -2,7 +2,8 @@
import { createProxyMiddleware } from "http-proxy-middleware";
export default createProxyMiddleware({
target: "http://10.10.0.13", // Ziel-URL des Proxys
target: "http://192.168.10.58:3001",
// target: "http://10.10.0.13", // Ziel-URL des Proxys
//target: "http://192.168.10.187:3000", // Ziel-URL des Proxys
changeOrigin: true,
pathRewrite: {