secure chat
This commit is contained in:
parent
7273a28aee
commit
6363dd46fc
|
|
@ -44,7 +44,7 @@ export default function GlobalChat() {
|
|||
if (!authenticated) return;
|
||||
|
||||
// Initialize socket connection
|
||||
const socketInstance = io('http://api.duelfi.io:3040', {
|
||||
const socketInstance = io('https://wschat.duelfi.io', {
|
||||
auth: {
|
||||
token: user?.id // Using Privy user ID as authentication
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user