cloudnative / teamcity-webhooks

A TeamCity plugin that sends the results of a build to a webhook URL
Apache License 2.0
9 stars 10 forks source link

Pass in application/json as MediaType #4

Open RaviVaranasi opened 8 years ago

RaviVaranasi commented 8 years ago

The express(node.js) bodyParser will not parse the json if content type is not set.