From 3f567cb481539824ca20f95e06f537055f121d68 Mon Sep 17 00:00:00 2001 From: lq1405 <2769838458@qq.com> Date: Mon, 10 Feb 2025 10:37:38 +0800 Subject: [PATCH] 222222 --- LMS.service/Controllers/ForwardController.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/LMS.service/Controllers/ForwardController.cs b/LMS.service/Controllers/ForwardController.cs index 2894c48..4f97bbe 100644 --- a/LMS.service/Controllers/ForwardController.cs +++ b/LMS.service/Controllers/ForwardController.cs @@ -10,6 +10,8 @@ namespace LMS.service.Controllers; [Route("lms/[controller]/[action]")] [ApiController] + +// ceshi public class ForwardController(ForwardWordService forwardWordService) : ControllerBase { private readonly ForwardWordService _forwardWordService = forwardWordService;