Skip to content

Commit f31a7d6

Browse files
committed
updated scripts in frontend
1 parent e329fa9 commit f31a7d6

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

chat-app/frontend/scripts.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
import { scrollToBottom } from "./utilities.js";
22

33
const state = {
4-
// backendURL: "https://tzemingho-chatapp-server-backend.hosting.codeyourfuture.io",
5-
backendURL: "http://localhost:4000",
4+
backendURL:
5+
"https://tzemingho-chatapp-server-backend.hosting.codeyourfuture.io",
6+
// backendURL: "http://localhost:4000",
67
messages: [],
78
};
89

0 commit comments

Comments
 (0)