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

truongbb - demo ci

parent 7ba59ce7
Pipeline #503 passed with stages
in 1 minute and 19 seconds
......@@ -21,7 +21,5 @@ 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