Skip to content

Commit b393959

Browse files
committed
fix: edit URL
1 parent 85ad07e commit b393959

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

chat-app/frontend/script.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ let messageEl = document.getElementById("message");
55
let displayBox = document.getElementById("display-message");
66
let feedbackEl = document.getElementById("feedback");
77

8-
const serverURL = `https://janefrancessc-chat-application-backend.hosting.codeyourfuture.io`;
8+
const serverURL = `https://janefrancessc-chat-app-backend.hosting.codeyourfuture.io`;
99
// const serverURL = "http://127.0.0.1:3000";
1010
const state = { messages: [] };
1111
let pollingMode = "regular";

0 commit comments

Comments
 (0)