package com.kamco.cd.kamcoback.inference; import lombok.RequiredArgsConstructor; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RestController; @RestController @RequiredArgsConstructor @RequestMapping("/api/inference/manual") public class InferenceManualApiController {}