Skip to content

Commit

Permalink
Use https
Browse files Browse the repository at this point in the history
  • Loading branch information
Chinosu committed Jan 3, 2025
1 parent 66837b9 commit 63d4995
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/Services/socketClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { create } from 'zustand';
import { ServerToClientEvent } from './socketClientType';
import { ClientToServerEvents } from './socketServerType';

const URL = import.meta.env.VITE_DEBUGGER_URL || 'http://localhost:8000';
const URL = import.meta.env.VITE_DEBUGGER_URL || 'https://localhost:8000';

class SocketClient {
socket: Socket<ServerToClientEvent, ClientToServerEvents>;
Expand Down

0 comments on commit 63d4995

Please sign in to comment.