diff --git a/ng-alain15-example/main/proxy.conf.js b/ng-alain15-example/main/proxy.conf.js index 50258c5a7e90a862e6d339eb2462b22117e9cb42..91c1dfdb43a3416a534385326e412e84a3e36c90 100644 --- a/ng-alain15-example/main/proxy.conf.js +++ b/ng-alain15-example/main/proxy.conf.js @@ -6,6 +6,9 @@ * Note: The proxy is only valid for real requests, Mock does not actually generate requests, so the priority of Mock will be higher than the proxy */ module.exports = { + '/micro1/': { + target: 'http://localhost:4201/', + }, /** * The following means that all requests are directed to the backend `https://localhost:9000/` */