Skip to content

Commit

Permalink
Changed the proxy target from http to https to fix SonarCloud issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Ronaldo Macapobre committed Dec 5, 2024
1 parent 95fe43f commit 76a3031
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export default defineConfig({
https: true,
proxy: {
'^/api': {
target: 'http://api:5000',
target: 'https://api:5000',
changeOrigin: true,
headers: {
Connection: 'keep-alive',
Expand Down

0 comments on commit 76a3031

Please sign in to comment.