Skip to content

Commit

Permalink
empty commit
Browse files Browse the repository at this point in the history
  • Loading branch information
ahsumon85 committed Apr 27, 2024
1 parent 43e2ca1 commit 948cbb3
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,4 @@ public ResponseEntity<BaseResponse> deleteEmployeeById(@PathVariable("id") Long
BaseResponse response = employeeService.deleteEmployeeById(id);
return new ResponseEntity<>(response, HttpStatus.OK);
}

}

0 comments on commit 948cbb3

Please sign in to comment.