We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27f741a commit 88fdefdCopy full SHA for 88fdefd
src/Ocelot/Cache/OutputCacheController.cs
@@ -5,6 +5,7 @@ namespace Ocelot.Cache
5
{
6
[Authorize]
7
[Route("outputcache")]
8
+ [ApiExplorerSettings(IgnoreApi=true)]
9
public class OutputCacheController : Controller
10
11
private readonly IOcelotCache<CachedResponse> _cache;
0 commit comments