weieryang лет назад: 3
Родитель
Сommit
187befa66d
1 измененных файлов с 0 добавлено и 2 удалено
  1. 0 2
      codegit/KBJMJX_CallCenter_Api/Controllers/IndexController.cs

+ 0 - 2
codegit/KBJMJX_CallCenter_Api/Controllers/IndexController.cs

@@ -19,8 +19,6 @@ namespace KBJMJX_CallCenter_Api.Controllers
19 19
         [HttpGet]
20 20
         public IHttpActionResult Index()
21 21
         {
22
-            
23
-			
24 22
 			return Success("", CurrentUser);
25 23
         }
26 24
     }