Skip to content

Commit ae3691c

Browse files
Update api.ts
1 parent 07f7889 commit ae3691c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

webapp/components/api.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// components/api.ts
22
export async function getPrediction(inputs: number[]) {
3-
const res = await fetch("https://YOUR-BACKEND-URL.onrender.com/predict", {
3+
const res = await fetch("https://cobalt-90dg.onrender.com/predict", {
44
method: "POST",
55
headers: { "Content-Type": "application/json" },
66
body: JSON.stringify({ inputs })

0 commit comments

Comments
 (0)