This commit is contained in:
wh
2026-04-15 16:39:04 +08:00
12 changed files with 17 additions and 11 deletions

View File

@@ -24,7 +24,7 @@ import org.springframework.web.multipart.MultipartFile;
*/
@Tag(name = "资料管理", description = "原始资料上传、查询和删除")
@RestController
@RequestMapping("/api/source")
@RequestMapping("/label/api/source")
@RequiredArgsConstructor
public class SourceController {