solve edge case
This commit is contained in:
parent
741d34a5e0
commit
0472bfe58e
15 changed files with 685 additions and 47 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue