Commit c28815f7 authored by Shanelle Valencia's avatar Shanelle Valencia

Update HelloController.java

parent ad1b2680
...@@ -6,8 +6,8 @@ import org.springframework.web.bind.annotation.RequestMapping; ...@@ -6,8 +6,8 @@ import org.springframework.web.bind.annotation.RequestMapping;
@RestController @RestController
public class HelloController { public class HelloController {
@RequestMapping("/hello") @RequestMapping("/fries")
public String index() { public String index() {
return "Pair Spring Boot with french fries 🍟"; return "Pair Spring Boot with french fries!!! 🍟";
} }
} }
\ No newline at end of file
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