Commit 8fc1fb874bcbb325ea9a747d3f3451e34575bc66

Authored by landong2015
1 parent ba92643a22
Exists in master

提交代码

Showing 1 changed file with 1 additions and 1 deletions

webApi/src/main/java/com/lyms/yimiao/web/controller/v1/ArticleController.java View file @ 8fc1fb8
... ... @@ -46,7 +46,7 @@
46 46 }
47 47  
48 48 //获取文章
49   - @RequestMapping(value = "/getArticles")
  49 + @RequestMapping(value = "/getArticle")
50 50 public ModelAndView getArticles(HttpServletResponse response,
51 51 @RequestParam("id")Integer id){
52 52 ModelAndView mv = new ModelAndView("error");