Skip to content

Commit 2543069

Browse files
committed
test
1 parent 99a0bd2 commit 2543069

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/ci/controller/CommitController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public CommitController(Status status) {
3030
* @return view name
3131
*/
3232
@GetMapping({"/commit", "/commit/{sha}"})
33-
public String commit(@PathVariable(value = "sha", required = false) String sha, Model model) {
33+
public String commitPathVariable(value = "sha", required = false) String sha, Model model) {
3434
if (sha == null) {
3535
model.addAttribute("latestCommit", status.getLatest().orElse(null));
3636
} else {

0 commit comments

Comments
 (0)