Backup von dem Server 10.10.0.13 was hochgeladen und konfiguriert ist

This commit is contained in:
ISA
2024-06-03 07:07:17 +02:00
parent e927b62f53
commit 8d2d109756
601 changed files with 15133 additions and 539 deletions

View File

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