|
|
|
@ -107,7 +107,6 @@ public class RepoController extends BaseController {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ApiOperation("详情")
|
|
|
|
|
@Log(title = "题库", businessType = BusinessType.OTHER)
|
|
|
|
|
@GetMapping("/detail")
|
|
|
|
|
@ResponseBody
|
|
|
|
|
public AjaxResult detail(String id) {
|
|
|
|
@ -115,7 +114,6 @@ public class RepoController extends BaseController {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@ApiOperation("查询所有的题库")
|
|
|
|
|
@Log(title = "题库", businessType = BusinessType.OTHER)
|
|
|
|
|
@GetMapping("/repoList")
|
|
|
|
|
@ResponseBody
|
|
|
|
|
public AjaxResult repoList() {
|
|
|
|
|