Code Review
/
eliot.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
review
|
tree
history
|
raw
|
HEAD
Merge "Bug Fix and Enhancement of setup.sh"
[eliot.git]
/
blueprints
/
common
/
eliot-ui
/
frontend-src
/
proxy.conf.json
1
{
2
"/tempstatus": {
3
"target": "http://localhost:3000",
4
"secure": false
5
},
6
"/settemplimit": {
7
"target": "http://localhost:3000",
8
"secure": false
9
},
10
"/api/*": {
11
"target": "http://localhost:3000",
12
"secure": false,
13
"logLevel": "debug",
14
"changeOrigin": true
15
}
16
}