From ca9e059cf2b35cd6391021c78f3fb8b66010441c Mon Sep 17 00:00:00 2001 From: wanggang <76527413@qq.com> Date: Mon, 20 Jan 2020 17:15:17 +0800 Subject: [PATCH] update Former-commit-id: 2a8bc513a29d22aadf47217f51c4b198f004edca --- projects/IoTCenter/Api/ApiController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/IoTCenter/Api/ApiController.cs b/projects/IoTCenter/Api/ApiController.cs index 109259a8..1f119dbc 100644 --- a/projects/IoTCenter/Api/ApiController.cs +++ b/projects/IoTCenter/Api/ApiController.cs @@ -19,7 +19,7 @@ namespace UserCenter.Controllers [ApiVersion("1.0")] [Route("api/v{version:apiVersion}/[controller]/[action]")] [ApiController] - public class ApiController : Controller + public class ApiController : ControllerBase { private readonly IHostEnvironment _env; private readonly IConfiguration _configuration;