Skip to content

Commit

Permalink
refactor: api 경로 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
se0kcess committed Dec 8, 2024
1 parent 6d5c4eb commit 88189f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export default defineConfig({
},
proxy: {
'/api': {
target: 'http://43.203.125.140:8080',
target: 'https://q-feed.n-e.kr',
changeOrigin: true,
rewrite: (path) => path.replace(/^\/api/, ''),
},
Expand Down

0 comments on commit 88189f9

Please sign in to comment.