Skip to content

Commit

Permalink
[test] 배포 테스트
Browse files Browse the repository at this point in the history
  • Loading branch information
edder773 committed Dec 3, 2024
1 parent c5d325f commit 23e794a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
2 changes: 1 addition & 1 deletion apps/frontend/src/pages/CropMarket.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ const CropMarket: React.FC = () => {
}, []);

useEffect(() => {
const newSocket = io('wss://yeokjeonnongbu.shop/ws', {
const newSocket = io('wss://yeokjeonnongbu.shop', {
auth: {
authorization: `Bearer ${localStorage.getItem('accessToken')}`
}
Expand Down
7 changes: 0 additions & 7 deletions apps/frontend/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,6 @@ export default defineConfig({
cors: true,
hmr: {
host: 'yeokjeonnongbu.shop'
},
proxy: {
'/ws': {
target: 'https://yeokjeonnongbu.shop',
changeOrigin: true,
ws: true
}
}
},

Expand Down

0 comments on commit 23e794a

Please sign in to comment.