im really doing this

This commit is contained in:
Ajay Raj 2023-03-06 23:16:41 -08:00
commit 7f1ee9af7c
2 changed files with 2 additions and 1 deletions

View file

@ -16,6 +16,7 @@ class InboundCallServer():
self.app.post("/vocode")(self.handle_call)
async def handle_call(self, twilio_sid: str = Form(alias='CallSid')):
print(api_key, VOCODE_INBOUND_CALL_URL)
response = requests.post(
VOCODE_INBOUND_CALL_URL,
headers={