Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -134,7 +134,7 @@ stream = Stream(
|
|
134 |
app = FastAPI()
|
135 |
|
136 |
@app.post("/telephone/incoming")
|
137 |
-
async def handle_incoming_call(
|
138 |
"""
|
139 |
Handle incoming telephone calls (e.g., via Twilio).
|
140 |
|
|
|
134 |
app = FastAPI()
|
135 |
|
136 |
@app.post("/telephone/incoming")
|
137 |
+
async def handle_incoming_call(request: Request):
|
138 |
"""
|
139 |
Handle incoming telephone calls (e.g., via Twilio).
|
140 |
|