removed db from being committed
This commit is contained in:
@@ -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; }
|
||||
|
||||
BIN
cartracker.db
BIN
cartracker.db
Binary file not shown.
BIN
wwwroot/defaults/noimage.png
Normal file
BIN
wwwroot/defaults/noimage.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.6 KiB |
Reference in New Issue
Block a user