aboutsummaryrefslogtreecommitdiff
path: root/BackEnd/Timeline/Controllers/SearchController.cs
diff options
context:
space:
mode:
Diffstat (limited to 'BackEnd/Timeline/Controllers/SearchController.cs')
-rw-r--r--BackEnd/Timeline/Controllers/SearchController.cs2
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;