Skip to content

Return 405 error by default if view doesn't implement GET.

Abhilash Raj requested to merge maxking/postorius:issue-185 into master

If the view doesn't implement a GET or POST method, return 405 by default in the MailingListView.

Fixes #185 (closed)

Merge request reports