|
@@ -34,7 +34,6 @@ import org.springframework.web.multipart.MultipartFile;
|
|
|
@RequestMapping(Constants.API_VERSION_V2 + "/project/import")
|
|
|
@RequiredArgsConstructor(onConstructor_ = {@Lazy})
|
|
|
public class ProjectImportController {
|
|
|
-
|
|
|
private final ProjectService projectService;
|
|
|
private final CacheUtils cacheUtils;
|
|
|
private final ProjectImportService projectImportService;
|