Skip to content

Commit

Permalink
Merge pull request #134 from yura0302/develop
Browse files Browse the repository at this point in the history
fix : ws + ssl 적용
  • Loading branch information
yura0302 authored May 23, 2024
2 parents b8a7b1c + d0f665a commit 4416254
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Chat/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ const Chat: React.FC<ChatProps> = ({ chatId }) => {

const connect = useCallback(() => {
client.current = new Stomp.Client({
brokerURL: 'ws://techeermarket.ap-northeast-2.elasticbeanstalk.com/ws-stomp',
brokerURL: 'wss://eb.techeermarket.store/ws-stomp',
connectHeaders: {
Authorization: localStorage.getItem('token') || '',
},
Expand Down

0 comments on commit 4416254

Please sign in to comment.