Merge pull request #12962 from kialam/fix-403-local-proxy-error

Remove changeOrigin proxy setting.
This commit is contained in:
kialam 2022-09-27 09:36:26 -07:00 committed by GitHub
commit 2b2ddb68cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,7 +8,6 @@ module.exports = (app) => {
target: TARGET,
secure: false,
ws: true,
changeOrigin: true,
})
);
};