Skip to content

Commit

Permalink
chore: use the remote server again
Browse files Browse the repository at this point in the history
  • Loading branch information
djpiper28 committed May 6, 2024
1 parent 7f31041 commit 7cdd647
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions game-source-redux/src/lib/websockets.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { v4 } from "uuid";

// const baseUrl = "wss://hack.djpiper28.co.uk/ws/";
const baseUrl = "ws://localhost:8000/ws/";
const baseUrl = "wss://hack.djpiper28.co.uk/ws/";
// const baseUrl = "ws://localhost:8000/ws/";

export const ERR_VAL = -9999999;

Expand Down

0 comments on commit 7cdd647

Please sign in to comment.