Skip to content

Commit

Permalink
core: frontend: vite.config: Remove selfHandleResponse from version-c…
Browse files Browse the repository at this point in the history
…hooser
  • Loading branch information
Williangalvani authored and patrickelectric committed Sep 22, 2023
1 parent 2bc2add commit e02688f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/frontend/vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,6 @@ export default defineConfig({
},
'^/version-chooser': {
target: SERVER_ADDRESS,
selfHandleResponse: true,
onProxyRes: (proxyRes, request, response) => {
proxyRes.on('data', (data) => {
response.write(data)
Expand Down

0 comments on commit e02688f

Please sign in to comment.