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

modify

parent 0e8cff16
Pipeline #484 passed with stage
in 11 seconds
......@@ -22,5 +22,6 @@ public class StudentController {
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