Fix couple of issues with /api/application/servers

This commit is contained in:
TrixterTheTux 2019-08-31 11:29:44 +03:00
parent 20c594ae3b
commit ab09c7db28
3 changed files with 108 additions and 4 deletions

View file

@ -4,8 +4,12 @@ This file is a running track of new features and fixes to each version of the pa
This project follows [Semantic Versioning](http://semver.org) guidelines.
## v0.7.16 (Derelict Dermodactylus)
### Fixed
* Fixed the /api/application/servers endpoint erroring when including subusers or egg
### Added
* The application API now includes the egg's name in the egg model's response.
* The /api/application/servers endpoint can now include server's databases and subusers
## v0.7.15 (Derelict Dermodactylus)
### Fixed