There was an error while loading. Please reload this page.
1 parent 7df471a commit 9601f26Copy full SHA for 9601f26
1 file changed
chat-app/client/src/App.tsx
@@ -13,8 +13,8 @@ function App() {
13
const [formChat, setFormChat] = useState({ ...initialForm });
14
const [alert, setAlert] = useState("");
15
const [messageType, setMessageType] = useState("");
16
- const port = "https://h1rnrhuug466tlnv24gymmi1.hosting.codeyourfuture.io/api";
17
- const port2 = "wss://h1rnrhuug466tlnv24gymmi1.hosting.codeyourfuture.io/api";
+ const port = "https://backendchatapp.hosting.codeyourfuture.io/api";
+const port2 = "wss://backendchatapp.hosting.codeyourfuture.io/api";
18
19
const showNotification = (msg: string, type: string = "success") => {
20
setAlert(msg);
0 commit comments