Home page carousel
[eliot.git] / blueprints / common / eliot-ui / frontend-src / proxy-conf.json
1 {
2     "/tempstatus": {
3         "target": "http://localhost:3001",
4         "secure": false
5     },
6     "/settemplimit": {
7         "target": "http://localhost:3001",
8         "secure": false
9     },
10     "/api/*": {
11         "target": "http://localhost:3001",
12         "secure": false,
13         "logLevel": "debug",
14         "changeOrigin": true
15     },
16     "/postDeploy": {
17         "target": "http://localhost:3001/postDeploy",
18         "secure": false
19     }
20 }