Created
September 15, 2019 02:11
-
-
Save dubeboy/f2818c52f3b5d1cf523be4925d7d09e6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@GetMapping | |
fun getGroceriesList(): MutableIterable<GroceryItem> { | |
return groceryRepository.findAll() | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment