lechatthecat / java-challenge

0 stars 0 forks source link

Not returning ResponseEntity #1

Closed canujohann closed 3 years ago

canujohann commented 3 years ago

https://github.com/lechatthecat/java-challenge/blob/28d18ccfcf6cdbbc5fe009198e07acb1de500984/src/main/java/jp/co/axa/apidemo/controllers/EmployeeController.java#L53

Maybe better/consistent to return an ResponseEntity instance ?

lechatthecat commented 3 years ago

Thank you very much for the comment. Fixed the method to return ResponseEntity.

lechatthecat commented 3 years ago

Closing this issue. If the problem remains, please re-open this issue.