Remove unused config

Signed-off-by: Fabio José <fabiojose@gmail.com>
This commit is contained in:
Fabio José 2019-06-08 19:04:30 -03:00
parent 0e21aa27f6
commit e9a68e19ff
1 changed files with 0 additions and 4 deletions

View File

@ -39,10 +39,6 @@ function is_valid_http_request(req, res, config) {
function HTTPStructured(configuration){
this.config = configuration;
this.config["headers"] = {
"content-type":"application/cloudevents+json; charset=utf-8"
};
if(!this.config["path"]){
this.config["path"] = "/";
}