Commit 17b03556 authored by Muhammad Suleman's avatar Muhammad Suleman

Update HelloWorldController.java to Trigger Build Automaitcally

parent 8a2679dc
......@@ -26,6 +26,7 @@ public class HelloWorldController {
return helloWorldService.save(name);
}
// Get Method
@GetMapping
List<HelloWorld> getAll() {
return helloWorldService.getAll();
......
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