Skip to content

Commit

Permalink
Env: 엔드포인트 주소 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
unggu0704 committed Jan 29, 2025
1 parent 93fad2c commit a9a5f3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export default defineConfig({
host: '0.0.0.0', // 모든 IP에서 접근 가능하게 함
proxy: {
'/api': {
target: 'http://localhost:8080', // 백엔드 서버 주소
target: 'http://journeyjinni-backend', // 백엔드 서버 주소
changeOrigin: true,
rewrite: (path) => path.replace(/^\/api/, ''), // 프록시 경로 재작성
},
Expand Down

0 comments on commit a9a5f3b

Please sign in to comment.