Modify proxy config to allow UI to point to named sites.

This commit is contained in:
Kia Lam 2022-09-13 12:27:36 -07:00 committed by Jeff Bradberry
parent 532ad777a3
commit 6009d98163

View File

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