Skip to content

Commit

Permalink
Update RestController.java
Browse files Browse the repository at this point in the history
  • Loading branch information
zmailloux authored Feb 19, 2019
1 parent 953a472 commit f9a2140
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
@Controller
public class RestController {

private static final String template = "welcome to innersource yo, %s!";
private static final String template = "welcome to innersource yo, %s! -from zach";
private final AtomicLong counter = new AtomicLong();

@GetMapping("/test")
Expand Down

0 comments on commit f9a2140

Please sign in to comment.