jiangjc 1 년 전
부모
커밋
4b08d592c1
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      OASystem/OASystem.Api/Controllers/GroupsController.cs

+ 1 - 1
OASystem/OASystem.Api/Controllers/GroupsController.cs

@@ -452,7 +452,7 @@ namespace OASystem.API.Controllers
         [HttpPost]
         [ProducesResponseType(typeof(JsonView), StatusCodes.Status200OK)]
 
-        public async Task<IActionResult> PostIOSVisaProress(IOS_VisaDto dto)
+        public async Task<IActionResult> PostIOSVisaProgress(IOS_VisaDto dto)
         {
             if (dto == null)
             {