Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
david zhou authored and david zhou committed Jun 17, 2024
1 parent 514a9d3 commit 2591eaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/utils/socket.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { io } from 'socket.io-client';

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

export const socket = io(URL);

0 comments on commit 2591eaf

Please sign in to comment.