|
@@ -37,7 +37,7 @@ import io.swagger.annotations.ApiOperation;
|
|
|
@Api(value = "章与节关系控制器", tags = {"章与节关系管理"})
|
|
|
@RequiredArgsConstructor(onConstructor_ = @Autowired)
|
|
|
@RestController
|
|
|
-@RequestMapping("/system/section")
|
|
|
+@RequestMapping("/course/chapter/section")
|
|
|
public class CourseChapterSectionController extends BaseController {
|
|
|
|
|
|
private final ICourseChapterSectionService iCourseChapterSectionService;
|