ThreeMammals/Ocelot

Hide FileConfiguration and OutputCache controller from Swagger

Open

#989 opened on Aug 13, 2019

View on GitHub
 (8 comments) (0 reactions) (1 assignee)C# (1,617 forks)batch import
AdministrationSwaggerbuggood first issuehelp wantedsmall effort

Repository metrics

Stars
 (8,137 stars)
PR merge metrics
 (Avg merge 44d 17h) (6 merged PRs in 30d)

Description

Expected Behavior / New Feature

I do not need to display FileConfigurationController and OutputCacheController in my swagger of API Geteway.

Actual Behavior / Motivation for New Feature

Screenshot_1

Steps to Reproduce the Problem

  1. Install-Package Ocelot -Version 13.5.2

How to hide/remove them?

Contributor guide