pcb demo code.
[ealt-edge.git] / example-apps / PDD / frontend-src / proxy-conf.json
diff --git a/example-apps/PDD/frontend-src/proxy-conf.json b/example-apps/PDD/frontend-src/proxy-conf.json
new file mode 100644 (file)
index 0000000..20d7cb9
--- /dev/null
@@ -0,0 +1,20 @@
+{
+    "/tempstatus": {
+        "target": "http://localhost:3001",
+        "secure": false
+    },
+    "/settemplimit": {
+        "target": "http://localhost:3001",
+        "secure": false
+    },
+    "/api/*": {
+        "target": "http://localhost:3001",
+        "secure": false,
+        "logLevel": "debug",
+        "changeOrigin": true
+    },
+    "/postDeploy": {
+        "target": "http://localhost:3001/postDeploy",
+        "secure": false
+    }
+}
\ No newline at end of file