语种接口名字

This commit is contained in:
JR
2025-07-17 11:38:02 +08:00
parent 848c314709
commit e5e6e6d093

View File

@@ -33,7 +33,7 @@ import com.ruoyi.common.core.page.TableDataInfo;
@Validated
@RequiredArgsConstructor
@RestController
@RequestMapping("/site/language")
@RequestMapping("/export/language")
public class ExportLanguageController extends BaseController {
private final IExportLanguageService iExportLanguageService;