mirror of
https://github.com/ivanch/tcc.git
synced 2025-11-16 08:17:36 +00:00
removing unneeded endpoints
This commit is contained in:
@@ -15,18 +15,6 @@ namespace TCC.Controllers
|
||||
this.ImageService = imageService;
|
||||
}
|
||||
|
||||
[HttpGet("load-small-image")]
|
||||
public async Task<IActionResult> GetSimpleImage()
|
||||
{
|
||||
return File(ImageService.GetSimpleImage(), "image/png");
|
||||
}
|
||||
|
||||
[HttpGet("load-big-image")]
|
||||
public async Task<IActionResult> GetBigImage()
|
||||
{
|
||||
return File(ImageService.GetBigImage(), "image/png");
|
||||
}
|
||||
|
||||
[HttpPost("save-big-image")]
|
||||
public async Task<IActionResult> SaveBigImage()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user