Skip to content

Commit 0588a35

Browse files
fix: update server and websocket URLs to deployed domain
1 parent a30ec08 commit 0588a35

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

chat-app/client/src/App.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ import MessageForm from "./components/MessageForm";
44
import type { Message } from "./types";
55
import "./App.css";
66

7-
const SERVER_URL = "https://server-beeko-chat.hosting.codeyourfuture.io";
8-
const WS_URL = "wss://server-beeko-chat.hosting.codeyourfuture.io";
7+
const SERVER_URL = "https://ggjpdb4d0e0lrtcdbxpdpsrk.hosting.codeyourfuture.io";
8+
const WS_URL = "wss://ggjpdb4d0e0lrtcdbxpdpsrk.hosting.codeyourfuture.io";
99

1010
function App() {
1111
const [messages, setMessages] = useState<Message[]>([]);

0 commit comments

Comments
 (0)