Product seeding completed

This commit is contained in:
Khwezi Mngoma
2026-05-29 23:02:06 +02:00
parent 60fcc70e98
commit 50eee03dbe
3 changed files with 302 additions and 9 deletions
@@ -5,4 +5,10 @@ public class CdnSettings
public string? BaseCdn { get; set; }
public string[]? BookCovers { get; set; }
public string[]? Authors { get; set; }
public string[]? AuthorThumbnails { get; set; }
public string[]? BookThumbnails { get; set; }
}