removed old code for portal
[eliot.git] / blueprints / common / eliot-ui / frontend-src / proxy-conf.json
diff --git a/blueprints/common/eliot-ui/frontend-src/proxy-conf.json b/blueprints/common/eliot-ui/frontend-src/proxy-conf.json
deleted file mode 100644 (file)
index 20d7cb9..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-{
-    "/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