Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
martinothamar committed Jan 6, 2025
1 parent f6fcd8d commit 607699d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Controllers/HomeController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ public async Task<IActionResult> Index()
[HttpGet("/Home/Localtest/Version")]
public IActionResult Version()
{
Thread.Sleep(5000);
return Ok("1");
}

Expand Down

0 comments on commit 607699d

Please sign in to comment.