removed db from being committed

This commit is contained in:
ivancheahhh
2023-12-31 20:34:36 -07:00
parent 8e9d7760be
commit 65e493590b
3 changed files with 1 additions and 1 deletions

View File

@@ -3,7 +3,7 @@
public class Vehicle
{
public int Id { get; set; }
public string ImageLocation { get; set; } = "/images/noimage.png";
public string ImageLocation { get; set; } = "/defaults/noimage.png";
public int Year { get; set; }
public string Make { get; set; }
public string Model { get; set; }

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB