diff --git a/ProjectLighthouse/Controllers/StoreController.cs b/ProjectLighthouse/Controllers/StoreController.cs index f3977a7a..1fe7862b 100644 --- a/ProjectLighthouse/Controllers/StoreController.cs +++ b/ProjectLighthouse/Controllers/StoreController.cs @@ -9,7 +9,7 @@ namespace LBPUnion.ProjectLighthouse.Controllers public class StoreController : Controller { [HttpGet("promotions")] - public async Task Promotions() + public IActionResult Promotions() { return Ok(); }