remove output caching to trigger error
parent
bed864549c
commit
f49b3215a8
|
@ -128,8 +128,7 @@ shows
|
|||
.MapShowsApi()
|
||||
.WithApiVersionSet(versionSet)
|
||||
.MapToApiVersion(1.0)
|
||||
.MapToApiVersion(2.0)
|
||||
.CacheOutput();
|
||||
.MapToApiVersion(2.0);
|
||||
|
||||
categories
|
||||
.MapCategoriesApi()
|
||||
|
|
Loading…
Reference in New Issue