Skip to content

Commit

Permalink
Improve OpenAPI preprocessing.
Browse files Browse the repository at this point in the history
  • Loading branch information
noboomu committed Jan 30, 2020
1 parent fb8229f commit 82a22bc
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ Proteus Changelog.
## Unreleased
### No issue

**Allow byte arrays in response bodies.**


[fb8229f7e656a44](https://github.com/noboomu/proteus/commit/fb8229f7e656a44) Joshua Bauer *2020-01-16 21:08:44*

**Improve error handlers.**


[e1a7de453d79acf](https://github.com/noboomu/proteus/commit/e1a7de453d79acf) Joshua Bauer *2020-01-06 17:12:33*

**Set default content type for exceptions.**


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ protected void startUp() throws Exception
log.error("Error generating OpenAPI spec", e);
}

});
},this.executor());

router.addAll(this.get());
}
Expand Down

0 comments on commit 82a22bc

Please sign in to comment.