Skip to content

Commit 305e3f4

Browse files
committed
Connect frontend to deployed backend
1 parent f8f14cd commit 305e3f4

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
@@ -1,4 +1,4 @@
1-
const server = "http://127.0.0.1:3000";
1+
const server = "https://gziswcuniy8wailsojnj6aki.hosting.codeyourfuture.io";
22

33
const messagesDiv = document.getElementById("messages");
44
const form = document.getElementById("chat-form");

0 commit comments

Comments
 (0)