fuliqi
2024-10-29 dc326b3a42ee0c416e7c7e07f81cf0e4391352e2
src/main/java/com/ycl/jxkg/controller/admin/ClassesNotifyController.java
@@ -27,7 +27,7 @@
@RequiredArgsConstructor
@Api(value = "班级通知", tags = "班级通知管理")
@RestController
@RequestMapping("/api/classes-notify")
@RequestMapping("/api/admin/classes-notify")
public class ClassesNotifyController {
    private final ClassesNotifyService classesNotifyService;