Skip to content

Commit 42cb541

Browse files
authored
fix issue #50
1 parent 1aa6ced commit 42cb541

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

pack-angular/celerio/pack-angular/web/proxy.conf.json

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,25 @@
66
"/img": {
77
"target": "http://localhost:8080",
88
"secure": false
9+
},
10+
"/webjars": {
11+
"target": "http://localhost:8080",
12+
"secure": false
13+
},
14+
"/v2": {
15+
"target": "http://localhost:8080",
16+
"secure": false
17+
},
18+
"/swagger*": {
19+
"target": "http://localhost:8080",
20+
"secure": false
21+
},
22+
"/configuration/security": {
23+
"target": "http://localhost:8080",
24+
"secure": false
25+
},
26+
"/configuration/ui": {
27+
"target": "http://localhost:8080",
28+
"secure": false
929
}
10-
}
30+
}

0 commit comments

Comments
 (0)