mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-08-18 00:11:27 +00:00
Apply suggested change for /promotions - remove async qualifier
This commit is contained in:
parent
ec43fd9ed7
commit
9fd5170092
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ namespace LBPUnion.ProjectLighthouse.Controllers
|
|||
public class StoreController : Controller
|
||||
{
|
||||
[HttpGet("promotions")]
|
||||
public async Task<IActionResult> Promotions()
|
||||
public IActionResult Promotions()
|
||||
{
|
||||
return Ok();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue