Projektstart
This commit is contained in:
24
backend/node_modules/fastify/lib/httpMethods.js
generated
vendored
Normal file
24
backend/node_modules/fastify/lib/httpMethods.js
generated
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
'use strict'
|
||||
|
||||
module.exports = {
|
||||
supportedMethods: [
|
||||
'DELETE',
|
||||
'GET',
|
||||
'HEAD',
|
||||
'PATCH',
|
||||
'POST',
|
||||
'PUT',
|
||||
'OPTIONS',
|
||||
'PROPFIND',
|
||||
'PROPPATCH',
|
||||
'MKCOL',
|
||||
'COPY',
|
||||
'MOVE',
|
||||
'LOCK',
|
||||
'UNLOCK',
|
||||
'TRACE',
|
||||
'SEARCH',
|
||||
'REPORT',
|
||||
'MKCALENDAR'
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user