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) {