Skip to content

Commit

Permalink
fix: 調整聊天室頁面
Browse files Browse the repository at this point in the history
  • Loading branch information
Shih-Hsuan committed Dec 26, 2023
1 parent c488b07 commit 25e8f72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/chat/page.js
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ const WebSocketTest = () => {

useEffect(() => {
const newClient = new Client({
brokerURL: "ws://localhost:8080/ws", // brokerURL: "ws://localhost:8080/ws",
brokerURL: "wss://ntou-auction.com/ws", // brokerURL: "ws://localhost:8080/ws",
connectHeaders: {
Authorization: `${token}`,
},
Expand Down

0 comments on commit 25e8f72

Please sign in to comment.