Skip to content

Commit

Permalink
fix: Update vite.config.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
gmlwlsdl authored Sep 24, 2024
1 parent fd59ad0 commit 36b9ac7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ export default defineConfig({
host: '0.0.0.0',
proxy: {
'/family': {
target: 'http://211.188.49.236:5252/api/v1',
target: 'https://211.188.49.236:5252/api/v1',
changeOrigin: true,
},
'/users': {
target: 'http://211.188.49.236:5252/api/v1',
target: 'https://211.188.49.236:5252/api/v1',
changeOrigin: true,
},
},
Expand Down

0 comments on commit 36b9ac7

Please sign in to comment.