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

Merge branch 'ci_merge_request' into 'master'

demo

See merge request !6
parents 2b9e34ff 3b6c64b2
Pipeline #508 passed with stages
in 1 minute and 18 seconds
...@@ -21,5 +21,7 @@ public class StudentController { ...@@ -21,5 +21,7 @@ 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