Erweiterte Suchfunktion in Dropdownmenü für selectedArea über alle Layergruppen hinweg

This commit is contained in:
ISA
2024-04-28 20:03:27 +02:00
parent 01a35c7c74
commit be28d772d8
5 changed files with 56 additions and 25 deletions

View File

@@ -2,8 +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.187:3000", // Ziel-URL des Proxys
//target: "http://10.10.0.13", // Ziel-URL des Proxys
target: "http://192.168.10.187:3000", // Ziel-URL des Proxys
changeOrigin: true,
pathRewrite: {
"^/api": "/", // Optional: Entfernt /api aus dem Pfad, wenn das Backend dies nicht erfordert