테스트 클래스 ㅋㅋ
This commit is contained in:
parent
ed52b50052
commit
50acf4339b
@ -18,4 +18,9 @@ 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