Make img carousel work

This commit is contained in:
2025-06-28 15:41:18 -07:00
parent 1295ca9ea4
commit 3f3d73a271
4 changed files with 19 additions and 4 deletions
@@ -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;
}
}