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

modify

parent a3641390
Pipeline #455 passed with stages
in 4 minutes and 49 seconds
......@@ -21,5 +21,6 @@ public class StudentController {
@PostMapping("/getAll")
public ResponseEntity<List<Student>> getAll(){
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