Skip to content

Commit 3652b22

Browse files
Merge pull request #2 from Abubakar-Meigag/fix/server-url
update server and websocket URLs to deployed domain
2 parents a30ec08 + 0588a35 commit 3652b22

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)