diff options
| author | Luke <luke.pulverenti@gmail.com> | 2016-10-13 17:19:50 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-10-13 17:19:50 -0400 |
| commit | 3f438cdf7b991b77c9d80e07b71933240b726dc6 (patch) | |
| tree | f43b53ae3da95d74d856e444e72898e4515ebe0c /MediaBrowser.Server.Implementations/HttpServer/HttpListenerHost.cs | |
| parent | 94ddbfd57f63cc484d232894bea1e2f183eaaf7e (diff) | |
| parent | 1c169b5b407c662a8ac0aa0f10bd37ce72e62901 (diff) | |
Merge pull request #2232 from MediaBrowser/beta
Beta
Diffstat (limited to 'MediaBrowser.Server.Implementations/HttpServer/HttpListenerHost.cs')
| -rw-r--r-- | MediaBrowser.Server.Implementations/HttpServer/HttpListenerHost.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Server.Implementations/HttpServer/HttpListenerHost.cs b/MediaBrowser.Server.Implementations/HttpServer/HttpListenerHost.cs index 9ec671908..b3d3ec13c 100644 --- a/MediaBrowser.Server.Implementations/HttpServer/HttpListenerHost.cs +++ b/MediaBrowser.Server.Implementations/HttpServer/HttpListenerHost.cs @@ -100,7 +100,7 @@ namespace MediaBrowser.Server.Implementations.HttpServer container.Adapter = _containerAdapter; Plugins.RemoveAll(x => x is NativeTypesFeature); - //Plugins.Add(new SwaggerFeature()); + Plugins.Add(new SwaggerFeature()); Plugins.Add(new CorsFeature(allowedHeaders: "Content-Type, Authorization, Range, X-MediaBrowser-Token, X-Emby-Authorization")); //Plugins.Add(new AuthFeature(() => new AuthUserSession(), new IAuthProvider[] { |
