@@ -21,7 +21,7 @@ import java.util.Map;
* @since 2022-12-15
*/
@RestController
-@RequestMapping("/v1.0.0/farm-kind-count")
+@RequestMapping("/v1.0.0/farmKindCount")
public class FarmKindCountController {
@Autowired
private FarmKindCountService farmKindCountService;
@@ -22,7 +22,7 @@ import java.util.Map;
-@RequestMapping("/v1.0.0/industry-output")
+@RequestMapping("/v1.0.0/industryOutput")
public class IndustryOutputController {
private IndustryOutputService industryOutputService;
@@ -20,7 +20,7 @@ import org.springframework.web.bind.annotation.RestController;
-@RequestMapping("/v1.0.0/online-service")
+@RequestMapping("/v1.0.0/onlineService")
public class OnlineServiceController {
private OnlineServiceService onlineServiceService;
* @since 2022-12-14
-@RequestMapping("/v1.0.0/stock-status")
+@RequestMapping("/v1.0.0/stockStatus")
public class StockStatusController {
private StockStatusService stockStatusService;