获取所有题库
This commit is contained in:
parent
58ea4b3071
commit
61665d749d
@ -65,6 +65,12 @@ public class RepoBizController {
|
|||||||
return Result.OK(repo.getId());
|
return Result.OK(repo.getId());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@GetMapping("repoList")
|
||||||
|
@Operation(summary = "获取所有题库")
|
||||||
|
public Result<List<Repo>> repoList() {
|
||||||
|
return Result.ok(repoService.list());
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
@PostMapping(value = "/courseAdd")
|
@PostMapping(value = "/courseAdd")
|
||||||
@Operation(summary = "课程新建题库")
|
@Operation(summary = "课程新建题库")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user