Skip to content

Commit 88fdefd

Browse files
committed
Update OutputCacheController.cs
Add the ApiExplorerSettings attribute
1 parent 27f741a commit 88fdefd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Ocelot/Cache/OutputCacheController.cs

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ namespace Ocelot.Cache
55
{
66
[Authorize]
77
[Route("outputcache")]
8+
[ApiExplorerSettings(IgnoreApi=true)]
89
public class OutputCacheController : Controller
910
{
1011
private readonly IOcelotCache<CachedResponse> _cache;

0 commit comments

Comments
 (0)