mirror of
https://github.com/yawaflua/SkinsApi.git
synced 2025-12-10 20:39:35 +02:00
Add ping controller and cleaning code
This commit is contained in:
@@ -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")]
|
||||
|
||||
Reference in New Issue
Block a user