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

test mail lan 2

parent 6b1d9a87
Pipeline #489 passed with stage
in 12 seconds
...@@ -22,6 +22,5 @@ public class StudentController { ...@@ -22,6 +22,5 @@ public class StudentController {
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