Skip to content

Commit ae73a19

Browse files
authored
Fix comment formatting in script.js
1 parent 390ecb9 commit ae73a19

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
@@ -5,7 +5,7 @@ async function callBackend() {
55
const res = await fetch("https://your-techie.onrender.com/");
66
const data = await res.json();
77

8-
// Example display (adjust if your API returns array)
8+
// Example display (adjust if API returns array)
99
container.innerHTML = `
1010
<div class="card">
1111
<h3>Backend Response</h3>

0 commit comments

Comments
 (0)