Commit 6969417e authored by Bùi Bá Trường's avatar Bùi Bá Trường

modify

parent e76584cd
Pipeline #457 passed with stages
in 5 minutes and 1 second
...@@ -21,6 +21,5 @@ public class StudentController { ...@@ -21,6 +21,5 @@ public class StudentController {
@PostMapping("/getAll") @PostMapping("/getAll")
public ResponseEntity<List<Student>> getAll(){ public ResponseEntity<List<Student>> getAll(){
return new ResponseEntity<>(studentService.getAll(), HttpStatus.OK); return new ResponseEntity<>(studentService.getAll(), HttpStatus.OK);
} }
} }
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment