Skip to content

Commit

Permalink
Update TestController.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
Torkelsen authored Sep 27, 2024
1 parent 2e7172a commit e668947
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ namespace HandlenettAPI.Controllers
[Route("[controller]")]
public class TestController : ControllerBase
{
private readonly ILogger<ItemController> _logger; //test
private readonly ILogger<ItemController> _logger;
private readonly IConfiguration _config;

public TestController(ILogger<ItemController> logger, IConfiguration config)
Expand Down

0 comments on commit e668947

Please sign in to comment.