Make img carousel work
This commit is contained in:
@@ -72,7 +72,8 @@ namespace MistoxWebsite.Server.Controllers {
|
||||
obj.Images = building.ToArray();
|
||||
await _databaseService.NewProduct(obj);
|
||||
return true;
|
||||
} catch {
|
||||
} catch (Exception e) {
|
||||
Console.WriteLine(e);
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user