1
0
Fork 0

Nevermind response headers for now

This commit is contained in:
Alan Plum 2016-01-14 15:32:50 +01:00
parent 21428c7f4b
commit 47d9ab07f4
No known key found for this signature in database
GPG Key ID: 8ED72A9A323B6EFD
1 changed files with 0 additions and 1 deletions

View File

@ -110,7 +110,6 @@ module.exports = exports = class SwaggerContext {
}
return this;
}
// TODO response headers maybe?
response(status, type, description) {
let statusCode = Number(status);