Releases: works-ac/apipool
Releases · works-ac/apipool
v1.2 app release
v1.2 release notes
Contributor details
Features
- added swagger-ui for api documentation. To visit api docs, click here
Bug Fixes
- removed default cors configuration from app module configuration.
Refactorings
- updated repo description.
- removed express style routes from all routes.
v1.1 app release
v1.1 release note
Contributor details
Features
- [GET] /api/ping route introduced to ping the backend service.
- [GET] /api/health-check route introduced to check the health status of the backend service.
Bug Fixes
- removed all env entries from all dockerfiles.
- removed app port exposure from all dockerfiles.
- removed un-necessary code from errors.exception.ts file.
- added non-commerical clause in license file.
- updated readme.md file.