solve edge case

This commit is contained in:
dennisarfan 2025-08-01 09:51:39 +07:00
parent 741d34a5e0
commit 0472bfe58e
15 changed files with 685 additions and 47 deletions

View file

@ -25,6 +25,8 @@ public static class ImageController
response.StatusCode = 200;
response.ContentType = "image/png";
Console.WriteLine($"Generate image for {dto}");
await tileManager
.CreateSection(dto)