Merge remote-tracking branch 'origin/dev' into feature/qcast-api-001
This commit is contained in:
commit
df854fcf8b
@ -14,7 +14,7 @@ public class RoofMaterialController {
|
||||
private final RoofMaterialService roofService;
|
||||
|
||||
@GetMapping("/v1.0/roof-materials")
|
||||
public List<RoofMaterialResponse> getRoofs() {
|
||||
public List<RoofMaterialResponse> getRoofMaterials() {
|
||||
return roofService.getRoofMaterials();
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user