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 85ad07e commit b393959Copy full SHA for b393959
1 file changed
chat-app/frontend/script.js
@@ -5,7 +5,7 @@ let messageEl = document.getElementById("message");
5
let displayBox = document.getElementById("display-message");
6
let feedbackEl = document.getElementById("feedback");
7
8
-const serverURL = `https://janefrancessc-chat-application-backend.hosting.codeyourfuture.io`;
+const serverURL = `https://janefrancessc-chat-app-backend.hosting.codeyourfuture.io`;
9
// const serverURL = "http://127.0.0.1:3000";
10
const state = { messages: [] };
11
let pollingMode = "regular";
0 commit comments