mirror of
https://github.com/markjprice/cs11dotnet7.git
synced 2026-04-04 13:57:37 +00:00
Added errata item for page 649
This commit is contained in:
parent
8a1900d748
commit
7aee41cb40
4 changed files with 17 additions and 4 deletions
|
|
@ -41,7 +41,7 @@ builder.Services.AddNorthwindContext();
|
|||
builder.Services.AddOutputCache(options =>
|
||||
{
|
||||
options.DefaultExpirationTimeSpan = TimeSpan.FromSeconds(20);
|
||||
options.AddPolicy("views", p => p.VaryByQuery(""));
|
||||
options.AddPolicy("views", p => p.SetVaryByQuery(""));
|
||||
});
|
||||
|
||||
builder.Services.AddHttpClient(name: "Northwind.WebApi",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue