Skip to content

Commit

Permalink
Deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronClaydon committed Jun 4, 2024
1 parent 4c7a720 commit 3070363
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class OnMessageReceived(BaseModel):
Media : str = ""
ChannelMetadata : str = ""

@app.get("/assistant/twilio/")
@app.get("/assistant")
async def get():
return HTMLResponse("No content here")

Expand Down

0 comments on commit 3070363

Please sign in to comment.