diff options
| author | Claus Vium <clausvium@gmail.com> | 2019-11-23 16:31:02 +0100 |
|---|---|---|
| committer | Claus Vium <clausvium@gmail.com> | 2019-11-23 16:31:02 +0100 |
| commit | 3f651de24c76f9980fac690e51fa93b3d1163f72 (patch) | |
| tree | bf6dea80f4a76c2f3e7147918ee56460b0cdc181 /Emby.Server.Implementations/MvcRoutePrefix.cs | |
| parent | 05b7e2280843f25e48c2300b135f171aee0a54ea (diff) | |
Add authentication and remove versioning
Diffstat (limited to 'Emby.Server.Implementations/MvcRoutePrefix.cs')
| -rw-r--r-- | Emby.Server.Implementations/MvcRoutePrefix.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/MvcRoutePrefix.cs b/Emby.Server.Implementations/MvcRoutePrefix.cs index fb26ae09d..974a2a885 100644 --- a/Emby.Server.Implementations/MvcRoutePrefix.cs +++ b/Emby.Server.Implementations/MvcRoutePrefix.cs @@ -12,7 +12,7 @@ namespace Emby.Server.Implementations opts.Conventions.Insert(0, new RoutePrefixConvention(prefixes)); } - internal class RoutePrefixConvention : IApplicationModelConvention + private class RoutePrefixConvention : IApplicationModelConvention { private readonly AttributeRouteModel[] _routePrefixes; |
