Removed contact GET Support

This commit is contained in:
2018-07-04 08:18:43 +10:00
parent 13982239d4
commit e4eb653a88

View File

@ -35,7 +35,7 @@ const ERRORS = {
module.exports = class Send extends APIHandler {
constructor(api) {
super(api, ['GET', 'POST'], '/contact/send');
super(api, ['POST'], '/contact/send');
}
async handle(request) {