node-express-boilerplate
node-express-boilerplate copied to clipboard
Updates verify-email to HTTP method GET
The current verify-email HTTP method is set to POST. Which would not work on email link click.
Updates change method to GET and also update sample email content of send verification email to correct path.
@KeenWarrior, I think it will be front-end url. frontend will call the api accordingly. so no changes required.