All API endpoints now use Arrays instead of Lists
This commit is contained in:
@@ -37,7 +37,7 @@ namespace MistoxWebsite.Server.Services.DatabaseService {
|
||||
Name = _name,
|
||||
Description = _description,
|
||||
Cost = _cost,
|
||||
Images = _imageList.ToList(),
|
||||
Images = _imageList,
|
||||
URL = _url
|
||||
};
|
||||
}
|
||||
@@ -70,7 +70,7 @@ namespace MistoxWebsite.Server.Services.DatabaseService {
|
||||
Name = _name,
|
||||
Description = _description,
|
||||
Cost = _cost,
|
||||
Images = _imageList.ToList(),
|
||||
Images = _imageList,
|
||||
URL = _url
|
||||
} );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user