설명 수정
This commit is contained in:
parent
17d3b5d797
commit
10efba4e25
@ -12,7 +12,7 @@ import org.springframework.web.bind.annotation.RestController;
|
||||
@RestController
|
||||
@RequiredArgsConstructor
|
||||
@RequestMapping("/api/roof-material")
|
||||
@Tag(name = "RoofMaterialController", description = "지붕재 API")
|
||||
@Tag(name = "RoofMaterialController", description = "지붕재 관련 API")
|
||||
public class RoofMaterialController {
|
||||
private final RoofMaterialService roofService;
|
||||
|
||||
|
||||
@ -10,7 +10,7 @@ import org.springframework.web.bind.annotation.*;
|
||||
@RestController
|
||||
@RequiredArgsConstructor
|
||||
@RequestMapping("/api/trestle")
|
||||
@Tag(description = "가대 관련 API", name = "TrestleController")
|
||||
@Tag(name = "TrestleController", description = "가대 관련 API")
|
||||
public class TrestleController {
|
||||
private final TrestleService trestleService;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user