From e4eb653a88545cff0b1dc6cade1fc9d737114f21 Mon Sep 17 00:00:00 2001 From: Dominic Masters Date: Wed, 4 Jul 2018 08:18:43 +1000 Subject: [PATCH] Removed contact GET Support --- private/api/methods/contact/send.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/private/api/methods/contact/send.js b/private/api/methods/contact/send.js index 283cf83..47d9119 100644 --- a/private/api/methods/contact/send.js +++ b/private/api/methods/contact/send.js @@ -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) {