테스트 삭제

This commit is contained in:
yjnoh 2024-08-16 13:32:21 +09:00
parent 50acf4339b
commit 4b1af2c753

View File

@ -18,9 +18,4 @@ public class TrestleController {
@PathVariable Integer roofMaterialId) { @PathVariable Integer roofMaterialId) {
return ResponseEntity.ok(trestleService.getTrestlesByRoofMaterialId(roofMaterialId)); return ResponseEntity.ok(trestleService.getTrestlesByRoofMaterialId(roofMaterialId));
} }
@GetMapping("/jenkinstest")
public ResponseEntity<String> getTest() {
return ResponseEntity.ok("test Done!!!");
}
} }