diff options
author | crupest <crupest@outlook.com> | 2021-05-05 15:58:40 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2021-05-05 15:58:40 +0800 |
commit | 4b413d32ef7b21bc2e35086ae0e695438eec6d43 (patch) | |
tree | a5e99c70ca24e827730b15f3ea3aa8664badc24d /BackEnd/Timeline/Controllers/SearchController.cs | |
parent | cc6d33511a6a4c43630a36b13d03db57f432520c (diff) | |
download | timeline-4b413d32ef7b21bc2e35086ae0e695438eec6d43.tar.gz timeline-4b413d32ef7b21bc2e35086ae0e695438eec6d43.tar.bz2 timeline-4b413d32ef7b21bc2e35086ae0e695438eec6d43.zip |
refactor: ...
Diffstat (limited to 'BackEnd/Timeline/Controllers/SearchController.cs')
-rw-r--r-- | BackEnd/Timeline/Controllers/SearchController.cs | 2 |
1 files changed, 1 insertions, 1 deletions
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;
|