From 3c1447804b5de9a7d840c7158c3cb4e0a27f76e1 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Fri, 4 Nov 2016 22:17:18 -0400 Subject: move localization classes --- .../HttpServer/GetSwaggerResource.cs | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 Emby.Server.Implementations/HttpServer/GetSwaggerResource.cs (limited to 'Emby.Server.Implementations/HttpServer/GetSwaggerResource.cs') diff --git a/Emby.Server.Implementations/HttpServer/GetSwaggerResource.cs b/Emby.Server.Implementations/HttpServer/GetSwaggerResource.cs new file mode 100644 index 000000000..819ede1ab --- /dev/null +++ b/Emby.Server.Implementations/HttpServer/GetSwaggerResource.cs @@ -0,0 +1,17 @@ +using MediaBrowser.Model.Services; + +namespace Emby.Server.Implementations.HttpServer +{ + /// + /// Class GetDashboardResource + /// + [Route("/swagger-ui/{ResourceName*}", "GET")] + public class GetSwaggerResource + { + /// + /// Gets or sets the name. + /// + /// The name. + public string ResourceName { get; set; } + } +} \ No newline at end of file -- cgit v1.2.3