mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-22 18:23:45 +00:00
move localization classes
This commit is contained in:
17
Emby.Server.Implementations/HttpServer/GetSwaggerResource.cs
Normal file
17
Emby.Server.Implementations/HttpServer/GetSwaggerResource.cs
Normal file
@@ -0,0 +1,17 @@
|
||||
using MediaBrowser.Model.Services;
|
||||
|
||||
namespace Emby.Server.Implementations.HttpServer
|
||||
{
|
||||
/// <summary>
|
||||
/// Class GetDashboardResource
|
||||
/// </summary>
|
||||
[Route("/swagger-ui/{ResourceName*}", "GET")]
|
||||
public class GetSwaggerResource
|
||||
{
|
||||
/// <summary>
|
||||
/// Gets or sets the name.
|
||||
/// </summary>
|
||||
/// <value>The name.</value>
|
||||
public string ResourceName { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user