[to-test] Trigger image promotion job
Change-Id: I02577ea79a8c79a9e180cf71db6f0a9befaa7e49
This commit is contained in:
parent
bc253689ed
commit
d31d4d04fe
@ -7,8 +7,8 @@ import org.springframework.web.bind.annotation.RestController;
|
||||
public class DemoController {
|
||||
|
||||
@RequestMapping("/")
|
||||
public Object root() {
|
||||
return null;
|
||||
public String root() {
|
||||
return "";
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user