From e2dcddc5ac43846baea0f9b1a0fc62844dd9ee1d Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Sat, 23 Mar 2013 22:45:00 -0400 Subject: made compression and caching available to plugin api endpoints --- MediaBrowser.Api/WeatherService.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'MediaBrowser.Api/WeatherService.cs') diff --git a/MediaBrowser.Api/WeatherService.cs b/MediaBrowser.Api/WeatherService.cs index 2b1eb53b7..25f6d237a 100644 --- a/MediaBrowser.Api/WeatherService.cs +++ b/MediaBrowser.Api/WeatherService.cs @@ -1,6 +1,5 @@ using MediaBrowser.Controller; using MediaBrowser.Model.Weather; -using MediaBrowser.Server.Implementations.HttpServer; using ServiceStack.ServiceHost; using System.Linq; using System.Threading; @@ -11,7 +10,7 @@ namespace MediaBrowser.Api /// Class Weather /// [Route("/Weather", "GET")] - [ServiceStack.ServiceHost.Api(Description = "Gets weather information for a given location")] + [Api(Description = "Gets weather information for a given location")] public class GetWeather : IReturn { /// -- cgit v1.2.3