Commit 02cbd22e authored by 黎博's avatar 黎博

/k8s/image/list接口bug修复

parent 0374bdfb
......@@ -95,7 +95,7 @@ public class K8sController {
*/
@GetMapping("/image/list")
public JsonResult getImageListByServiceName(@RequestParam String repoName) {
return JsonResult.buildSuccessResult(JSON.toJSONString(imageService.getImageListByService(repoName)));
return JsonResult.buildSuccessResult(imageService.getImageListByService(repoName));
}
/**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment