changed message

This commit is contained in:
BGV
2025-03-30 02:12:44 -04:00
parent e59f29a4fd
commit 9c38d30932

View File

@@ -21,7 +21,7 @@ const CallPage = () => {
"Content-Type": "application/json", "Content-Type": "application/json",
}, },
body: JSON.stringify({ body: JSON.stringify({
message: `yo i need help`, message: `John Smith needs help.`,
}), }),
}); });