|
@@ -17,7 +17,7 @@ import springfox.documentation.annotations.ApiIgnore;
|
|
|
*/
|
|
*/
|
|
|
@RestController
|
|
@RestController
|
|
|
@RequestMapping(path = "/api/course")
|
|
@RequestMapping(path = "/api/course")
|
|
|
-@Api(tags = {"考试"})
|
|
|
|
|
|
|
+@Api(tags = {"课程"})
|
|
|
public class CourseController {
|
|
public class CourseController {
|
|
|
private final CourseService courseService;
|
|
private final CourseService courseService;
|
|
|
|
|
|