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 bdc608c commit ecf17d6
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 @@ -9,12 +9,12 @@ export default defineConfig({
'/family': {
target: 'https://211.188.49.236:5252/api/v1',
changeOrigin: true,
secure: false,
secure: true,
},
'/users': {
target: 'https://211.188.49.236:5252/api/v1',
changeOrigin: true,
secure: false,
secure: true,
},
},
hmr: {
Expand Down

0 comments on commit ecf17d6

Please sign in to comment.