We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a30ec08 + 0588a35 commit 3652b22Copy full SHA for 3652b22
1 file changed
chat-app/client/src/App.tsx
@@ -4,8 +4,8 @@ import MessageForm from "./components/MessageForm";
4
import type { Message } from "./types";
5
import "./App.css";
6
7
-const SERVER_URL = "https://server-beeko-chat.hosting.codeyourfuture.io";
8
-const WS_URL = "wss://server-beeko-chat.hosting.codeyourfuture.io";
+const SERVER_URL = "https://ggjpdb4d0e0lrtcdbxpdpsrk.hosting.codeyourfuture.io";
+const WS_URL = "wss://ggjpdb4d0e0lrtcdbxpdpsrk.hosting.codeyourfuture.io";
9
10
function App() {
11
const [messages, setMessages] = useState<Message[]>([]);
0 commit comments