Adds application/json to inspect type (#853)

This commit is contained in:
Feynman Liang
2017-04-06 10:43:56 -05:00
committed by Joe Nelson
parent 10f6ce45db
commit 0cf49bb8b6
3 changed files with 3 additions and 2 deletions
+1
View File
@@ -7,6 +7,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
### Added
- Allow requesting binary output on GET - @steve-chavez
- Accept clients requesting `Content-Type: application/json` from / - @feynmanliang
### Fixed