conorheffron / ironoc-db

Sample Data Manager Service with UI
http://34.175.177.166:8080/
GNU General Public License v3.0
1 stars 0 forks source link

Update to @DeleteMapping annotation for delete record by ID API call #267

Closed conorheffron closed 3 weeks ago

conorheffron commented 1 month ago

Update to @DeleteMapping annotation for delete record by ID.

src/main/java/com/ironoc/db/controller/PersonController.java

For more readable code, best practice. Test to ensure functionality remains the same.

conorheffron commented 3 weeks ago

Merged & deployed.