Skip to content

Commit

Permalink
sleepy
Browse files Browse the repository at this point in the history
  • Loading branch information
tntons committed Mar 28, 2024
1 parent 686f740 commit 0546272
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion apps/web/.env

This file was deleted.

2 changes: 1 addition & 1 deletion apps/web/src/app/(user)/shake/[university]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export default function Shake() {
extraHeaders.cid = savedCid;
}
console.log(extraHeaders);
const socket = io('https://api.cutu2024.sgcu.in.th', { extraHeaders, path: "/api/ws", transports: ['websocket'] });
const socket = io('wss://api.cutu2024.sgcu.in.th', { extraHeaders, path: "/api/ws", transports: ['websocket'] });
socket.on('connect', handleConnect);
socket.on('cid', handleCid);
socket.on('disconnect', handleDisconnect);
Expand Down

0 comments on commit 0546272

Please sign in to comment.