Projektstart
This commit is contained in:
11
backend/node_modules/@fastify/swagger/lib/constants.js
generated
vendored
Normal file
11
backend/node_modules/@fastify/swagger/lib/constants.js
generated
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
'use strict'
|
||||
|
||||
const xConsume = 'x-consume'
|
||||
const xResponseDescription = 'x-response-description'
|
||||
const xExamples = 'x-examples'
|
||||
|
||||
module.exports = {
|
||||
xConsume,
|
||||
xResponseDescription,
|
||||
xExamples
|
||||
}
|
||||
Reference in New Issue
Block a user