We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1aa6ced commit 42cb541Copy full SHA for 42cb541
1 file changed
pack-angular/celerio/pack-angular/web/proxy.conf.json
@@ -6,5 +6,25 @@
6
"/img": {
7
"target": "http://localhost:8080",
8
"secure": false
9
+ },
10
+ "/webjars": {
11
+ "target": "http://localhost:8080",
12
+ "secure": false
13
14
+ "/v2": {
15
16
17
18
+ "/swagger*": {
19
20
21
22
+ "/configuration/security": {
23
24
25
26
+ "/configuration/ui": {
27
28
29
}
-}
30
+}
0 commit comments