Skip to content
Discussion options

You must be logged in to vote

Hi, when you navigate to http://localhost:3000/api/sendgrid with a browser, it does a GET request. You have only defined a POST handler.

Since this sends an email, POST is correct. Use Postman or something like that, with the correct HTTP method (POST), to see results.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Elindo586
Comment options

Answer selected by Elindo586
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
2 participants