change relative image source path (../) to use ~/ for webroot. (#184)
This commit is contained in:
@@ -10,7 +10,7 @@ namespace Microsoft.eShopWeb.Infrastructure.Data
|
||||
public OrderRepository(CatalogContext dbContext) : base(dbContext)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
public Task<Order> GetByIdWithItemsAsync(int id)
|
||||
{
|
||||
return _dbContext.Orders
|
||||
|
||||
Reference in New Issue
Block a user