moltimate / moltimate-backend

A protein active site alignment tool
GNU General Public License v2.0
10 stars 6 forks source link

Standardize controller responses using ResponseEntity and HTTP statuses #35

Closed steplica closed 5 years ago

steplica commented 5 years ago

Size Estimation: M

All controllers should return their response objects wrapped inside a ResponseEntity. This object is specially handled by Spring Boot to return the response object as well as a desired HTTP status (200 Ok, 400 Bad Request, etc.)