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

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