From 0accc9f09d0aaf2292cb94e3c4e438c3f76f89e5 Mon Sep 17 00:00:00 2001 From: crupest Date: Wed, 5 May 2021 15:58:40 +0800 Subject: refactor: ... --- BackEnd/Timeline/Controllers/SearchController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'BackEnd/Timeline/Controllers/SearchController.cs') diff --git a/BackEnd/Timeline/Controllers/SearchController.cs b/BackEnd/Timeline/Controllers/SearchController.cs index cd085e5b..358c3739 100644 --- a/BackEnd/Timeline/Controllers/SearchController.cs +++ b/BackEnd/Timeline/Controllers/SearchController.cs @@ -16,7 +16,7 @@ namespace Timeline.Controllers [ApiController] [ProducesErrorResponseType(typeof(CommonResponse))] [Route("search")] - public class SearchController : Controller + public class SearchController : MyControllerBase { private readonly ISearchService _service; private readonly IGenericMapper _mapper; -- cgit v1.2.3