remove output caching to trigger error

pull/178/head
Chet Husk 2022-11-04 12:00:16 -05:00
parent bed864549c
commit f49b3215a8
1 changed files with 1 additions and 2 deletions

View File

@ -128,8 +128,7 @@ shows
.MapShowsApi()
.WithApiVersionSet(versionSet)
.MapToApiVersion(1.0)
.MapToApiVersion(2.0)
.CacheOutput();
.MapToApiVersion(2.0);
categories
.MapCategoriesApi()