diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-04-18 14:01:50 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-04-18 14:01:50 -0400 |
| commit | 034ce317385fadba4d742fd6f96895d8e7179775 (patch) | |
| tree | 30958db5531eca9417017f56e80e12a5d4eb989a | |
| parent | 0ebb82dc57fefcdf765855e3fda0dd0f90c43f33 (diff) | |
deprecate importCss
| -rw-r--r-- | MediaBrowser.Api/BrandingService.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MediaBrowser.Api/BrandingService.cs b/MediaBrowser.Api/BrandingService.cs index c900e4d06..e991565ad 100644 --- a/MediaBrowser.Api/BrandingService.cs +++ b/MediaBrowser.Api/BrandingService.cs @@ -10,6 +10,7 @@ namespace MediaBrowser.Api } [Route("/Branding/Css", "GET", Summary = "Gets custom css")] + [Route("/Branding/Css.css", "GET", Summary = "Gets custom css")] public class GetBrandingCss { } |
