Removed contact GET Support
This commit is contained in:
@ -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) {
|
||||
|
Reference in New Issue
Block a user