테스트 삭제
This commit is contained in:
parent
50acf4339b
commit
4b1af2c753
@ -18,9 +18,4 @@ public class TrestleController {
|
||||
@PathVariable Integer roofMaterialId) {
|
||||
return ResponseEntity.ok(trestleService.getTrestlesByRoofMaterialId(roofMaterialId));
|
||||
}
|
||||
|
||||
@GetMapping("/jenkinstest")
|
||||
public ResponseEntity<String> getTest() {
|
||||
return ResponseEntity.ok("test Done!!!");
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user