mirror of https://gitee.com/bigwinds/arangodb
Nevermind response headers for now
This commit is contained in:
parent
21428c7f4b
commit
47d9ab07f4
|
@ -110,7 +110,6 @@ module.exports = exports = class SwaggerContext {
|
|||
}
|
||||
return this;
|
||||
}
|
||||
// TODO response headers maybe?
|
||||
|
||||
response(status, type, description) {
|
||||
let statusCode = Number(status);
|
||||
|
|
Loading…
Reference in New Issue