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

View File

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