Skip to content

Commit 390ecb9

Browse files
authored
Update backend URL in script.js
1 parent 2b18d66 commit 390ecb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/script.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ const container = document.getElementById("roadmap-container");
22

33
async function callBackend() {
44
try {
5-
const res = await fetch("https://YOUR-BACKEND.onrender.com/");
5+
const res = await fetch("https://your-techie.onrender.com/");
66
const data = await res.json();
77

88
// Example display (adjust if your API returns array)

0 commit comments

Comments
 (0)