Skip to content

Commit 54c438f

Browse files
Use deployed backend URL
1 parent 967a68e commit 54c438f

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 API_URL = "http://localhost:3000";
1+
const API_URL = "http://q90a6zb4cssxee1pud5tasjh.178.105.39.91.sslip.io";
22

33
const messageForm = document.querySelector("#message-form");
44
const nameInput = document.querySelector("#name-input");

0 commit comments

Comments
 (0)