Check Article Code Matches GitHub

This commit is contained in:
amit.pandey
2020-06-21 19:22:08 +05:30
parent 52152a6c37
commit 323d189c05
2 changed files with 3 additions and 2 deletions

View File

@@ -72,7 +72,7 @@ public class FooMappingExamplesController {
@RequestMapping(value = "/foos", produces = { "application/json", "application/xml" })
@ResponseBody
public String getFoosAsJsonFromBrowser() {
public String getFoosAsJsonFromREST() {
return "Get some Foos with Header New";
}