Skip to content
This repository was archived by the owner on Jan 10, 2023. It is now read-only.

Comments

update: changed from post request to get#47

Open
kcjavier21 wants to merge 1 commit intoTwilioDevEd:mainfrom
kcjavier21:patch-1
Open

update: changed from post request to get#47
kcjavier21 wants to merge 1 commit intoTwilioDevEd:mainfrom
kcjavier21:patch-1

Conversation

@kcjavier21
Copy link

app.post('/outbound/:salesNumber', function(request, response)

Must be...

app.get('/outbound/:salesNumber', function(request, response)

And it will work.

app.post('/outbound/:salesNumber', function(request, response)

Must be...

app.get('/outbound/:salesNumber', function(request, response)

And it will work.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant