umputun / remark42

comment engine
https://remark42.com
MIT License
4.84k stars 376 forks source link

Use the request body for email subscription endpoints #1572

Closed paskal closed 1 year ago

paskal commented 1 year ago

Previously, the endpoints were using query parameters. After this change, the body is tried to be parsed.

Backend part for #651.