Change backend for better image loading

This commit is contained in:
2025-06-28 11:36:17 -07:00
parent dbf9ad464c
commit f1db228128
3 changed files with 63 additions and 37 deletions
@@ -24,7 +24,6 @@ namespace MistoxWebsite.Server.Entities {
public int ID { get; set; } // PK
public string Name { get; set; } = "";
public string Description { get; set; } = "";
public int CurShowingIMG = 0;
public ProductImage[] Images { get; set; } = [];
public int Cost { get; set; }
public string URL { get; set; } = "";