增加了elasticsearch全局搜索和文章内搜索
This commit is contained in:
@@ -19,7 +19,7 @@ public class DocSystemController {
|
||||
@AuthMan
|
||||
@GetMapping("/doc-wiki")
|
||||
public ModelAndView wiki() {
|
||||
return new ModelAndView("/doc-wiki-v2.html");
|
||||
return new ModelAndView("/doc-wiki.html");
|
||||
}
|
||||
|
||||
@AuthMan
|
||||
|
||||
Reference in New Issue
Block a user