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 25, 2024
1 parent 7de005a commit 3f995b7
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,6 @@ export default defineConfig({
secure: false,
ws: true,
},
'/login': {
target: 'http://211.188.49.236:5252/api/v1',
changeOrigin: true,
secure: false,
ws: true,
},
},
},
plugins: [react({ jsxImportSource: '@emotion/react' })],
Expand Down

0 comments on commit 3f995b7

Please sign in to comment.