From e126ba90f85189d14ef22e6cac4e0675f1fb4644 Mon Sep 17 00:00:00 2001 From: Steve Perry Date: Wed, 21 Feb 2018 15:02:36 -0700 Subject: [PATCH] Might be useful Certainly not required, but knowing the `changeOrigin` option is available straight from your docs (as opposed to http-proxy-middleware's docs) might save devs some time. --- docs/cli-service.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/cli-service.md b/docs/cli-service.md index fab25696ab..04642ef6d3 100644 --- a/docs/cli-service.md +++ b/docs/cli-service.md @@ -83,7 +83,8 @@ module.exports = { proxy: { '/api': { target: '', - ws: true + ws: true, + changeOrigin: true }, '/foo': { target: ''