[to-test] Trigger image promotion job

Change-Id: I02577ea79a8c79a9e180cf71db6f0a9befaa7e49
This commit is contained in:
Radosław Piliszek 2023-07-25 15:18:24 +02:00
parent bc253689ed
commit d31d4d04fe

View File

@ -7,8 +7,8 @@ import org.springframework.web.bind.annotation.RestController;
public class DemoController {
@RequestMapping("/")
public Object root() {
return null;
public String root() {
return "";
}
}