Change-Id: I59f64d22c39c82bf099c74647d0f128092d24f95
Signed-off-by: Frank Bryden <frank.bryden@etsi.org>
if accept:
if "text/html" in accept:
return html.format(data, cherrypy.request, cherrypy.response, token_info)
- elif "application/yaml" in accept or "*/*" in accept or "text/plain" in accept:
+ elif "application/yaml" in accept or "*/*" in accept:
pass
elif "application/json" in accept or (cherrypy.response.status and cherrypy.response.status >= 300):
cherrypy.response.headers["Content-Type"] = 'application/json; charset=utf-8'