Skip to content

Commit

Permalink
@adamgreenhall didn't test that PR apparently :P
Browse files Browse the repository at this point in the history
  • Loading branch information
beaugunderson committed Jan 28, 2014
1 parent b49cc8e commit 325dd49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ def call_complete():
return str(resp)


@app.route('call_complete_status', methods=call_methods)
@app.route('/call_complete_status', methods=call_methods)
def call_complete_callback():
# asynch callback from twilio on call complete
params, campaign = parse_params(request)
Expand Down

0 comments on commit 325dd49

Please sign in to comment.