Change backend for better image loading
This commit is contained in:
@@ -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; } = "";
|
||||
|
||||
Reference in New Issue
Block a user