"doc/5.1-up-5.2.sql" did not exist on "8b1f2993ef2a18c341d609a371aa543e65dc5c26"
Commit 9b2afcf6 authored by macro's avatar macro
Browse files

Update HomeController.java

parent 1efae9f7
......@@ -25,7 +25,7 @@ public class HomeController {
@Autowired
private HomeService homeService;
@ApiOperation("首页内容信息展示")
@ApiOperation("首页内容信息展示")
@RequestMapping(value = "/content", method = RequestMethod.GET)
@ResponseBody
public CommonResult<HomeContentResult> content() {
......
Supports Markdown
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