mirror of
https://github.com/vitalityAI/therapist.git
synced 2025-04-06 04:50:16 -04:00
test: testing test test
This commit is contained in:
parent
93420f8184
commit
ce91c23674
|
@ -31,6 +31,7 @@ app.post("/receive", async (req, res) => {
|
|||
const twiml = new VoiceResponse();
|
||||
|
||||
await createSession(req.body.CallSid, req.body.From);
|
||||
console.log(`created session with CallSid: ${callId}`);
|
||||
|
||||
const gather = twiml.gather({
|
||||
action: "/call/respond",
|
||||
|
|
Loading…
Reference in New Issue
Block a user