Server
Options
{
swagger: SwaggerObject,
configureAjv(ajv: Ajv): AjvConfigured,
https: {
key_file_name: string,
cert_file_name: string,
passphrase: string
},
console: CustomConsole {
log: function,
error: function
}
}Instance methods
Last updated