Test auf dem Laptop (local) und API von 13

This commit is contained in:
ISA
2024-06-03 07:58:00 +02:00
parent b2f8698126
commit 11a5fe0393
2 changed files with 6 additions and 6 deletions

View File

@@ -3,8 +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://localhost", // Ziel-URL des Proxys
target: "http://10.10.0.13", // Ziel-URL des Proxys, GET //talas5/ClientData/WebserviceMap.asmx/GisStationsStatusDistrict?idMap=10&idUser=484 504 in 20ms
//target: "http://localhost", // Ziel-URL des Proxys
//target: "http://192.168.10.187:3000", // Ziel-URL des Proxys
changeOrigin: true,
pathRewrite: {