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 feb863c commit 49a3f05
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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:8080/ws', {
auth: {
authorization: `Bearer ${localStorage.getItem('accessToken')}`
}
Expand Down
2 changes: 1 addition & 1 deletion apps/frontend/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export default defineConfig({
cors: true,
hmr: {
protocol: 'wss',
host: 'yeokjeonnongbu.shop/ws'
host: 'yeokjeonnongbu.shop'
}
},

Expand Down

0 comments on commit 49a3f05

Please sign in to comment.