Add ping controller and cleaning code

This commit is contained in:
Dmitriy yawaflua Andreev
2024-07-31 08:02:10 +03:00
parent 6da090ac91
commit 92260f6110
6 changed files with 39 additions and 32 deletions

View File

@@ -5,7 +5,7 @@ namespace SkinsApi.Controllers.v1
{
[Route("/skin/")]
[ApiController]
public class AnotherSkinsController ( ISkinService skinService) : ControllerBase
public class AnotherSkinsController(ISkinService skinService) : ControllerBase
{
[HttpGet("{skin_type}/{width}/{user}")]
[Produces("image/png")]