Removed contact GET Support
This commit is contained in:
@ -35,7 +35,7 @@ const ERRORS = {
|
|||||||
|
|
||||||
module.exports = class Send extends APIHandler {
|
module.exports = class Send extends APIHandler {
|
||||||
constructor(api) {
|
constructor(api) {
|
||||||
super(api, ['GET', 'POST'], '/contact/send');
|
super(api, ['POST'], '/contact/send');
|
||||||
}
|
}
|
||||||
|
|
||||||
async handle(request) {
|
async handle(request) {
|
||||||
|
Reference in New Issue
Block a user