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.
1 parent e329fa9 commit f31a7d6Copy full SHA for f31a7d6
1 file changed
chat-app/frontend/scripts.js
@@ -1,8 +1,9 @@
1
import { scrollToBottom } from "./utilities.js";
2
3
const state = {
4
- // backendURL: "https://tzemingho-chatapp-server-backend.hosting.codeyourfuture.io",
5
- backendURL: "http://localhost:4000",
+ backendURL:
+ "https://tzemingho-chatapp-server-backend.hosting.codeyourfuture.io",
6
+ // backendURL: "http://localhost:4000",
7
messages: [],
8
};
9
0 commit comments