Shaaban Ebrahim | 6cc77cb | 2019-11-11 10:51:21 +0200 | [diff] [blame] | 1 | { |
| 2 | "/controllerblueprint/*": { |
Sarah Abouzainah | 28e656f | 2020-09-09 17:02:34 +0200 | [diff] [blame] | 3 | "target": "https://localhost:3000", |
Shaaban Ebrahim | 6cc77cb | 2019-11-11 10:51:21 +0200 | [diff] [blame] | 4 | "secure": false, |
| 5 | "logLevel": "debug", |
| 6 | "changeOrigin": true |
shaaban Altanany | 4c1e01b | 2020-02-23 15:23:50 +0200 | [diff] [blame] | 7 | }, |
| 8 | "/resourcedictionary/*": { |
Sarah Abouzainah | 28e656f | 2020-09-09 17:02:34 +0200 | [diff] [blame] | 9 | "target": "https://localhost:3000", |
shaaban Altanany | 4c1e01b | 2020-02-23 15:23:50 +0200 | [diff] [blame] | 10 | "secure": false, |
| 11 | "logLevel": "debug", |
| 12 | "changeOrigin": true |
Shaaban Ebrahim | 6cc77cb | 2019-11-11 10:51:21 +0200 | [diff] [blame] | 13 | } |
Ahmedeldeeb50 | d73b71a | 2020-08-30 15:59:29 +0200 | [diff] [blame] | 14 | } |